Task #9549 (closed)
Bug: Tag at import
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4.4 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | m.woodbridge@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-09-11 (4) |
Description
created and assigned a new tag to an image during import in Insight.
It is correctly attached to my image but doesn't show up in the list of
tags in the left-hand side Tags panel.
Looking at the code this seems to be due to the importer creating an
entry in the annotation table with ns = , whereas tags created in
Insight have ns = null. The Tags list appears to filter out tags with ns
.
Change History (4)
comment:1 Changed 7 years ago by jburel
- Cc m.woodbridge@… added; Mark Wom.woodbridge@… removed
comment:2 Changed 7 years ago by jburel
- Remaining Time set to 0.3
- Sprint set to 2012-09-11 (4)
- Status changed from new to accepted
comment:3 Changed 7 years ago by jburel
- Remaining Time changed from 0.3 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 7 years ago by jburel <j.burel@…>
(In [dbf35d33d0f6b3f62bb2713dfe35bf2032f538a4/ome.git] on branch develop) Fix query to retrieve tags and tags sets (see #9549)
see https://github.com/openmicroscopy/openmicroscopy/pull/335