Вот полностью код метода AllowSecuritySetup() класса SysDictTable
PHP код:
boolean allowSecuritySetup()
{
if (this.isTmp() || // Для временной таблицы метод всегда вернет False
this.isMap() ||
this.isView() ||
this.id() == tableNum(AccessRightslist) ||
this.id() == tableNum(SysConfig) ||
!this.securityKeyId() || //If not, the table rights cannot be calculated if the user is a member of >1 group
(this.configurationKeyId() && !isConfigurationkeyEnabled(this.configurationKeyId())))
return false;
return true;
}
Посмотрите, были ли у вас изменения в этом методе или в форме SysRecordLevelSecurityWizard методе buildTableTree()