You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dataverse.permissionsFiles.viewRemoveDialog.removeBtn.confirmation=Are you sure you want to remove access to this file? Once access has been removed, the user or group will no longer be able to download this file.
dataverse.permissions.usersOrGroups.assignDialog.userOrGroup.requiredMsg=Please select at least one user or group.
805
810
dataverse.permissions.usersOrGroups.assignDialog.role.description=These are the permissions associated with the selected role.
811
+
dataverse.permissions.usersOrGroups.assignDialog.role.warning=Assigning the {0} role means the user(s) will also have the {0} role applied to all {1} within this {2}.
806
812
dataverse.permissions.usersOrGroups.assignDialog.role.requiredMsg=Please select a role to assign.
807
813
808
814
# roles-edit.xhtml
@@ -823,6 +829,7 @@ dataverse.permissions.explicitGroupEditDialog.title.new=Create Group
823
829
dataverse.permissions.explicitGroupEditDialog.title.edit=Edit Group {0}
824
830
dataverse.permissions.explicitGroupEditDialog.help=Add users or other groups to this group.
dataverse.permissions.explicitGroupEditDialog.groupIdentifier.tip=Short name used for the ID of this group.
826
833
dataverse.permissions.explicitGroupEditDialog.groupIdentifier.required=Group identifier cannot be empty
827
834
dataverse.permissions.explicitGroupEditDialog.groupIdentifier.invalid=Group identifier can contain only letters, digits, underscores (_) and dashes (-)
828
835
dataverse.permissions.explicitGroupEditDialog.groupIdentifier.helpText=Consists of letters, digits, underscores (_) and dashes (-)
JH.addMessage(FacesMessage.SEVERITY_ERROR, "The role was not able to be assigned.", "Permissions " + ex.getRequiredPermissions().toString() + " missing.");
409
413
returnfalse;
410
414
} catch (CommandExceptionex) {
411
-
JH.addMessage(FacesMessage.SEVERITY_FATAL, "The role was not able to be assigned.");
415
+
//JH.addMessage(FacesMessage.SEVERITY_FATAL, "The role was not able to be assigned.");
416
+
Stringmessage = r.getName() + " role could NOT be assigned to " + ra.getDisplayInfo().getTitle() + " for " + file.getDisplayName() + ".";
0 commit comments