Task #8402 (closed)
No hard-coded urls: /webclient/etc
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska, cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-04-24 (13) |
Description
In order to allow more flexible deployment etc, don't use hard-coded urls. Use django generated links.
{% url url_name arg=value %}
Change History (4)
comment:1 Changed 7 years ago by wmoore
- Sprint set to 2012-04-24 (13)
comment:2 Changed 7 years ago by wmoore
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by Aleksandra Tarkowska <A.Tarkowska@…>
(In [942af7a399d039490b0d0bcb871d83cc3494f100/ome.git] on branch develop) Removing hard-coded urls. Prefix with {% url webindex %}. Closes #8402
Tried searching for webclient/ and couldn't see any more within javascript code.
comment:4 Changed 7 years ago by Aleksandra Tarkowska <A.Tarkowska@…>
(In [8def9431f37aa16fcaef3ebd574324640045674e/ome.git] on branch develop) updating manage_action_containers url, see #8402
Fixed with commit https://github.com/aleksandra-tarkowska/openmicroscopy/commit/c92e55c618cb29fbf6c779f39f6da9ca15af6cb2
on 8118_share_connection.
Closing...