Opened 9 years ago

Closed 9 years ago

#1919 closed defect (fixed)

The primary annotations list may not contain all annotation in category

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.4.2
Component: web Version:
Keywords: Cc:

Description

The "Annotations" tab on the view page is listing annotations for an item and it has three different presets:

  • All of X category
  • All with values
  • All annotations

It turns out that the 'All of X category' may not include all annotation types that are present in the 'X' category, but only those that are either owned by the current user or shared to the currently active project. It doesn't include annotations shared directly to a user or via group membership.

The main query that return the 'All annotations' list use Include.ALL setting for the query and so should the query returning annotations for the 'All of X category'.

Change History (1)

comment:1 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [6722]) Fixes #1919: The primary annotations list may not contain all annotation in category

Note: See TracTickets for help on using tickets.