﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8505	Remove the 'Advanced' tab from the 'table' dialog	yveszx		"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');
"	Bug	closed	Normal		General		duplicate		
