case 3646
This commit is contained in:
@@ -1759,7 +1759,9 @@ namespace GZTW.AyaNova.BLL
|
||||
|
||||
|
||||
//don't allow trial to edit users
|
||||
if (Trial && sObject == "Object.User") return 2;
|
||||
//case 3646 removed
|
||||
//if (Trial && sObject == "Object.User") return 2;
|
||||
|
||||
if (GlobalX.TrialExpired || GlobalX.LockedOut)
|
||||
return 2;
|
||||
if (sObject.EndsWith("Template")) sObject = sObject.Replace("Template", "");
|
||||
@@ -1846,8 +1848,9 @@ namespace GZTW.AyaNova.BLL
|
||||
|
||||
}
|
||||
|
||||
//case 3646 removed
|
||||
//don't allow trial to edit users
|
||||
if (Trial && RootObject == RootObjectTypes.User) return 2;
|
||||
//if (Trial && RootObject == RootObjectTypes.User) return 2;
|
||||
|
||||
if (GlobalX.TrialExpired || GlobalX.LockedOut)
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user