Details
-
Bug
-
Resolution: Fixed
-
Critical
-
4.5.1
Description
Hi,
Currently, within the Delta for the 4.5 update, there are typos in the following two tasks:
CoreModuleVersionHandler.java
register(DeltaBuilder.update("4.5", "") ... .addTask(new CheckOrCreatePropertyTask("Update system userManager ", "Add the realName property.", RepositoryConstants.CONFIG, "/server/security/userManagers/system", "realName", "system")) .addTask(new CheckOrCreatePropertyTask("Update system userManager ", "Add the realName property.", RepositoryConstants.CONFIG, "/server/security/userManagers/admin", "realName", "admin"))
I believe realName should be realmName.
The attached patch updates these tasks correspondingly. Also updated the task name and description params.
Note: I think these tasks may also need to be added to another delta for a future release, for those who already updated to 4.5. This hasn't been included in the attached patch.
Let me know if you have any questions.
Cheers,
Matt
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MAGNOLIA-4366 Delta for 4.5.2 update may remove realmName property from userManagers entirely
-
- Closed
-