Task #8612 (closed)
Bug: Error when adding a comment to Image
| Reported by: | cxallan | Owned by: | wmoore |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-05-08 (14) |
Description
Traceback: File "/Users/callan/code/ome.git/dist/lib/python/django/core/handlers/base.py" in get_response 111. response = callback(request, *callback_args, **callback_kwargs) File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/decorators.py" in wrapped 301. return f(request, *args, **kwargs) File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/decorators.py" in wrapper 327. context = f(request, *args, **kwargs) File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/webclient/views.py" in annotate_comment 1109. textAnn = manager.createCommentAnnotations(content, oids, well_index=index) Exception Type: NameError at /webclient/annotate_comment/ Exception Value: global name 'manager' is not defined
Change History (3)
comment:1 Changed 7 years ago by wmoore
- Owner changed from atarkowska to wmoore
comment:2 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by Will Moore <will@…>
- Remaining Time set to 0
(In [5937675a41926642de63246d59419cf097391156/ome.git] on branch develop) Fix add comment. Closes #8612
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed https://github.com/aleksandra-tarkowska/openmicroscopy/commit/5937675a41926642de63246d59419cf097391156