Dear FirstSpirit Community,
when renaming an existing FirstSpirit group via:
Group.setName()
Project.save()
method calls, no "IllegalArgumentException" is thrown in case of an already existing FirstSpirit group having the same name.
When creating a new FirstSpirit group via calling:
Project.createGroup()
Project.save()
an "IllegalArgumentException" is thrown in case of an already existing FirstSpirit group having the same name.
Why this difference?
Is there a workaround available?