Details
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