Opened 13 years ago
Closed 13 years ago
#8505 closed Bug (duplicate)
Remove the 'Advanced' tab from the 'table' dialog
Reported by: | yveszx | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
The folowing code use to work until i upgraded to 3.6.2 We like to hide Advanced/useless tabs from our users
in the config.js the following code causes the dialog to freeze when adding a new linktable
if (dialogName == 'table') {
dialogDefinition.removeContents('advanced');
I'm closing this one as a duplicate of #8504 as they are most likely having the same cause.