Compare commits

...

3 Commits

Author SHA1 Message Date
e318396b71 Merge branch hotfix/v9.3.1 into release/v9.4.0 2026-03-12 15:26:16 +00:00
ab5795e3d9 Fix bug #80439
Fix export for CRoleSettings
2026-03-05 10:41:19 +03:00
c27936c5c8 Merge branch release/v9.3.0 into master 2026-02-24 14:13:10 +00:00

View File

@ -164,6 +164,7 @@
//---------------------------------------------interface export-----------------------------------------------------
CRole.prototype['asc_getSettings'] = CRole.prototype.getSettings;
window['AscCommon']["CRoleSettings"] = CRoleSettings;
window['AscCommon'].CRoleSettings = CRoleSettings;
CRoleSettings.prototype["asc_getName"] = CRoleSettings.prototype.getName;
CRoleSettings.prototype["asc_putName"] = CRoleSettings.prototype.setName;
CRoleSettings.prototype["asc_getColor"] = CRoleSettings.prototype.getAscColor;