Parcourir la source

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2951
蔡祥熠 il y a 5 ans
Parent
commit
584ffde329
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      o2web/source/o2_core/o2/xDesktop/Access.js

+ 1 - 1
o2web/source/o2_core/o2/xDesktop/Access.js

@@ -110,7 +110,7 @@ MWF.xDesktop.Access = MWF.AC = {
     },
     },
     isBBSManager: function(){
     isBBSManager: function(){
         this.getRoleList();
         this.getRoleList();
-        return this.isAdministrator() || (this.roleList.indexOf("bbsmanager")!==-1);
+        return this.isAdministrator() || (this.roleList.indexOf("bbsmanager")!==-1) || (this.roleList.indexOf("bssmanager")!==-1);
     },
     },
     isOKRManager: function(){
     isOKRManager: function(){
         this.getRoleList();
         this.getRoleList();