Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-15730

updater execution event is logged as undoUpdate

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 16.2.0
    • None
    • Orion
    • Orion.Cycle7.Sprint
    • Undetermined

    Description

      When an updater is a run a hippo event is logged an event is created in UpdaterExecutor.java:101. This calls org.onehippo.repository.update.UpdaterInfo#getMethod. In this method the logic is reversed.
      The whole method is

      return isRevert() ? "doUpdate" : "undoUpdate";

      but undoUpdate happens when isRevert is true

      Attachments

        Activity

          People

            jhoffman Jeroen Hoffman
            jfloor Jasper Floor
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: