Opened 14 years ago
Closed 14 years ago
#795 closed defect (fixed)
undefined targets of toogelModule after upgrade
Reported by: | frankjaeger | Owned by: | marc |
---|---|---|---|
Priority: | minor | Milestone: | 2.7.1 release |
Component: | installation | Version: | 2.7 |
Keywords: | Cc: |
Description
After Upgrade (2.5 to 2.7) some GUIs don't load.
FireBug shows messages like
"init_selArea1 is not defined" or "init_featureInfo1 is not defined"
This init_-functions are targets of the "toggleModule" and not longer valid in MB 2.7. But they are not changed by update_.sql
To get the GUIs loaded use:
UPDATE gui_element SET e_public = 0 WHERE e_id = 'toggleModule';
This will deactivate the preselection of a GUI-Element.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
changeset of trunk is here
Wiki's updated too.
Note:
See TracTickets
for help on using tickets.
fixed it in marc_dev.
The module has been rewritten.
From now on you have to define the id of the module you want to load under the target field.
will be merged to trunk soon.
TODO: WIKI Documentation