commit
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ public class ProposalSecondedController {
|
||||
Cnd cnd = Cnd.NEW();
|
||||
cnd.and("t.taskName", "=", "second");
|
||||
|
||||
if (!SecurityUtil.getUserLoginname().equals("sysadmin")) {
|
||||
if (!SecurityUtil.getUserLoginname().equals("superadmin")) {
|
||||
cnd.and("ta.actorId", "in", List.of(SecurityUtil.getUserId()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user