Opened 8 years ago
Closed 8 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 , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
comment:4 by , 8 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 , 8 years ago
comment:6 by , 8 years ago
comment:7 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(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.