Task #10499 (closed)
BUG: Web template: load_history
| Reported by: | omero-qa | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | from QA | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Request Method: GET
Request URL: http://omero/omero/webclient/load_history/2012/8/12/
Django Version: 1.3.1
Exception Type: TemplateSyntaxError
Exception Value:
Caught NoReverseMatch while rendering: Reverse for 'load_history_details' with arguments '(2012, 8, 12)' and keyword arguments '{}' not found.
36 <a href="{% url load_history_details controller.year controller.month controller.day %}?page={{ p }}#data">{{ p }}</a>
Change History (2)
comment:1 Changed 6 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by Will Moore <will@…>
(In [c999ab43c4683b696643248adf512045fb8ccc26/ome.git] on branch develop) Fix load_history template bug. See #10499
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/834