Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
147 stars 92 forks source link

UMAPI: Use option "updateIfAlreadyExist" when creating groups #721

Closed kwin closed 1 month ago

kwin commented 1 month ago

Due to a bug meanwhile fixed in UMAPI (https://adminconsole.adobe.com/FA907D44536A3C2B0A490D4D@AdobeOrg/support/support-cases/E-001223901) the option ignoreIfAlreadyExist was used instead of updateIfAlreadyExist. Since Adobe fixed the bug on UMAPI side (related to different case sensitivity on group names) we should use updateIfAlreadyExist (to make sure that descriptions of existing groups are updated).