Task #9509 (closed)
ajaxError /feedback/ url
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | bpindelski |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-08-28 (3) |
Description
The /feedback url is hard-coded in static/webgateway/js/ome.popup.js for the ajaxError dialog.
Since this file is purely static and the ajaxError is set up on $(document).ready(), the 'feedback-index' url is never passed through.
Also, this makes it difficult to turn off the ajaxError functionality when the ome.popup.js is included. Maybe this should be activated in a call from $(document).ready() on the page itself.
Change History (4)
comment:1 Changed 7 years ago by wmoore
- Status changed from new to accepted
comment:2 Changed 7 years ago by wmoore
comment:3 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 7 years ago by Will Moore <will@…>
(In [b56e19edca86c43a2af0d491d9c6df7e3f2bc8c4/ome.git] on branch develop) Fix /feedback/ url for ajaxError. See #9509
NB: this was reported as part of https://github.com/openmicroscopy/openmicroscopy/pull/270 but is actually a bug from way back. Will be fixed in a separate bug-fix branch.