acl error message changed

This commit is contained in:
user1 2020-10-13 15:53:27 +02:00
parent 79f755dc13
commit 0d499d6c88
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ public class ACLManager {
SharedFolder folder = ((SharedFolder)item);
if (folder.isVreFolder()) {
if (accessType==AccessType.ADMINISTRATOR) throw new InvalidCallParameters("A group of a VRE cannot be set as ADMINISTRATOR");
if (accessType==AccessType.ADMINISTRATOR) throw new InvalidCallParameters("a VRE admin cannot be changed with this method");
if (!user.equals(folder.getTitle())) throw new InvalidCallParameters("the groupId in the argument is different to the one of the VREFolder");

View File

@ -25,7 +25,7 @@ The projects leading to this software have received funding from a series of
Version
--------------------------------------------------
1.2.3-SNAPSHOT (20201008-093238)
1.2.3-SNAPSHOT (20201013-093504)
Please see the file named "changelog.xml" in this directory for the release notes.