Opened 6 years ago
Closed 6 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 Changed 6 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
comment:4 Changed 6 years ago by
(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 Changed 6 years ago by
comment:6 Changed 6 years ago by
comment:7 Changed 6 years ago by
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.