Opened 7 years ago

Closed 7 years ago

#2076 closed enhancement (fixed)

Show more information for project-specific annotations

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

Description

The "Annotations" tab should include more information about project-specific annotations. For example, if a default value exists.

Change History (7)

comment:1 by Nicklas Nordborg, 7 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 7 years ago

(In [7334]) References #2076: Show more information for project-specific annotations

If a project-specific annotation overrides a default value, the default value is now displayed in the "Note" column. Project-default value are marked with a '¤'.

The "Edit annotation" dialog has also been updated to show a more descriptive text when working with a project-specific annotation type.

comment:3 by Nicklas Nordborg, 7 years ago

(In [7335]) References #2076: Show more information for project-specific annotations

Added 'clazz' and 'style' properties to <cellvalue> tag to prepare for possibility to wrap the table cell contents in a styled <span> element.

comment:4 by Nicklas Nordborg, 7 years ago

(In [7336]) References #2076: Show more information for project-specific annotations

Added possibility to use an extra filter in AnnotationLoaderUtil.find() methods. The ProjectSpecificInfoFilter has been implemented to only collect information if an annotation is a project-specific annotation and overrides a default value. We use this information to set the class to "ps-annotation" in the list.

Fixed for the "Extracts" list page.

comment:5 by Nicklas Nordborg, 7 years ago

(In [7337]) References #2076: Show more information for project-specific annotations

Fixed on all other list pages.

comment:6 by Nicklas Nordborg, 7 years ago

(In [7338]) References #2076: Show more information for project-specific annotations

Fixed on the item overview page.

comment:7 by Nicklas Nordborg, 7 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.