mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Remove the user has role validation
This commit is contained in:
parent
4a31d80660
commit
cd962b8d24
@ -3658,13 +3658,6 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
|||||||
log.error(msg);
|
log.error(msg);
|
||||||
throw new ApplicationManagementException(msg);
|
throw new ApplicationManagementException(msg);
|
||||||
}
|
}
|
||||||
if (!hasUserRole(unrestrictedRoles, userName)) {
|
|
||||||
String msg = "You are trying to restrict the visibility of the application for a role set, but "
|
|
||||||
+ "in order to perform the action at least one role should be assigned to user: "
|
|
||||||
+ userName;
|
|
||||||
log.error(msg);
|
|
||||||
throw new BadRequestException(msg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Filter filter = new Filter();
|
Filter filter = new Filter();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user