mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
Fix UserEditor AddRoleAction caption
This commit is contained in:
parent
a51d4e39e7
commit
0a5cc23b77
@ -319,6 +319,11 @@ public class UserEditor extends AbstractEditor<User> {
|
||||
userSession.isEntityOpPermitted(
|
||||
metadata.getSession().getClass(UserRole.class), EntityOp.CREATE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCaption() {
|
||||
return getMessage("actions.Add");
|
||||
}
|
||||
}
|
||||
|
||||
private class EditRoleAction extends ItemTrackingAction {
|
||||
|
Loading…
Reference in New Issue
Block a user