Opened 13 years ago
Last modified 12 years ago
#865 new defect
Place Thesaurus not populating Map Extents for ANZLIC in New GUI
Reported by: | ByronCinNZ | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.8.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
The allgens thesaurus that can be used in edit mode for ANZLIC metadata only functions correctly in the classic GeoNetwork editor. In the new gui it does not function correctly. The javascript function setAnzlicRegion embedded in metadata-iso19139.anzlic-edit.xsl is for some reason unavailable when viewed in the new gui.
Change History (2)
comment:1 by , 13 years ago
Milestone: | v2.6.5 → v2.7.0 |
---|---|
Version: | v2.6.5 |
comment:2 by , 12 years ago
Milestone: | v2.7.0 → v2.8.0 |
---|
Note:
See TracTickets
for help on using tickets.
I've not tested it but I think it's better to avoid JS in XSL (it will be easier to maintain) and try to define element's id and/or class in order to register events on the client side like what is done for tabs, calendar init or map init for example.