Opened 13 years ago

Closed 13 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.

Change History (1)

comment:1 by adube, 13 years ago

Resolution: fixed
Status: newclosed

r979, fixed (Layer widgets are now always added first).

Note: See TracTickets for help on using tickets.