This commit is contained in:
@@ -196,7 +196,7 @@ namespace AyaNova.DataList
|
||||
CurrentUserRoles.HasFlag(AuthorizationRoles.AccountingFull);
|
||||
if (!HasSupervisorRole)
|
||||
return "[{\"fld\":\"metareviewuser\",\"filter\":{\"items\":[{\"op\":\"=\",\"value\":" + user.Id.ToString() + "}]}}]";
|
||||
return null;
|
||||
return "[]";//this means effectively don't process this at all
|
||||
}
|
||||
|
||||
}//eoc
|
||||
|
||||
Reference in New Issue
Block a user