Opened 16 years ago
Closed 16 years ago
#201 closed defect (fixed)
Can't switch themes when using theme param in URL
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.1 |
Component: | Core | Version: | 1.1.0 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
The Map menu widget calls LoadMap with a new mapTag but that never gets used since loadMap checks the value in Fusion.queryParams and uses that if it is available. Proposed solution is to clear the queryParam after it has been used in the initial page load.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1741]) re #201: clear query param after it gets used