Opened 14 years ago
Closed 14 years ago
#188 closed defect (fixed)
Layer widgets in disorder in config_secur
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | server | Version: | |
Keywords: | Cc: |
Description
issue
In the PGSQLMapContextConfig, when not using the legacy widgets, the Layer widgets are added in disorder since they are widgets needed to be linked to resources and the loop is done on resource then their widgets.
This sometimes generates javascript error because the layer objects are not yet created when other widget requiring them are instanced.
solution
Make sure the layer widgets are always the firsts ones in the config_secur.
Note:
See TracTickets
for help on using tickets.
r979, fixed (Layer widgets are now always added first).