Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-4069

Delta for 4.5 update contains typos in CheckOrCreatePropertyTask related to realmName property for system and admin userManagers

XMLWordPrintable

      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

        Acceptance criteria

              dlipp Daniel Lipp
              mderting Matt Dertinger
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD