Task #10733 (closed)
Bug: view share "figScripts" undefined
Reported by: | wmoore | Owned by: | wmoore |
---|---|---|---|
Priority: | major | Milestone: | OMERO-4.4.7 |
Component: | Web | Version: | n.a. |
Keywords: | n.a. | Cc: | atarkowska, ux@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | 2013-05-07 (8) |
Description
This was probably introduced with the Split_View_Figure PR: https://github.com/openmicroscopy/openmicroscopy/pull/960
Traceback: File "/Users/will/Desktop/OMERO/dist/lib/python/django/core/handlers/base.py" in get_response 111. response = callback(request, *callback_args, **callback_kwargs) File "/Users/will/Desktop/OMERO/components/tools/OmeroWeb/omeroweb/../omeroweb/decorators.py" in wrapped 377. retval = f(request, *args, **kwargs) File "/Users/will/Desktop/OMERO/components/tools/OmeroWeb/omeroweb/../omeroweb/decorators.py" in wrapper 414. context = f(request, *args, **kwargs) File "/Users/will/Desktop/OMERO/components/tools/OmeroWeb/omeroweb/../omeroweb/webclient/views.py" in load_metadata_details 836. 'share_id':share_id, 'figScripts':figScripts} Exception Type: UnboundLocalError at /webclient/metadata_details/share/4850/ Exception Value: local variable 'figScripts' referenced before assignment
Change History (2)
comment:1 Changed 11 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 11 years ago by Will Moore <will@…>
(In [fcab4466af6187e929c6e387823c391a960926ce/ome.git] on branch develop) Fix share display 'figScripts'. See #10733
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed in https://github.com/openmicroscopy/openmicroscopy/pull/1054