#1906 closed enhancement (fixed)
Display inherited annotations in list views
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.5 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
It would be nice if it was possible to add columns for displaying inherited annotations.
The annotations should not part of the pre-defined columns that can be selected in "Columns" dialog. Instead this dialog should include a function "Add inherited annotations" which allows a user to select one or more annotation types to include in the "Visible columns" list.
The query system should already have support for filtering on inherited annotations (but need to verify this).
The table exporter will probably need some modifications.
The code for displaying the values should more or less work but we need some major adjustments so that it can find the inherited values.
Sorting will not be possible since:
- It is not possible to join the tables
- Inherited annotations are always many-to-many and would result in duplicate entries.
This functionality should of course only be available for items that can inherit annotations.
Change History (15)
comment:1 by , 10 years ago
Summary: | Display inherited annotations in list view → Display inherited annotations in list views |
---|
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
(In [6689]) References #1906: Display inherited annotations in list views
The "Configure columns" dialog can now be used to add inherited annotation columns. This must be enabled from the list page by setting <tbl:table ... data-inherited-annotations="true">
in the table definition.
First implementation is made in the list raw bioassays table.
comment:6 by , 10 years ago
comment:7 by , 10 years ago
comment:8 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:9 by , 10 years ago
comment:10 by , 10 years ago
comment:11 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:12 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Merged and fixed in [6721].
(In [6686]) References #1906: Display inherited annotations in list views
Prepared query functionality and annotation loader so that they work well with inherited annotations. In most cases this means that another parameter is needed so we can specify if primary and/or inherited annotations should be searched independently of each other.