-
Bug
-
Resolution: Fixed
-
P2
-
1.2.0
-
1.2fcs
-
generic
-
generic
-
Not verified
Currently, getUndoPresentationName() works correctly but getRedoPresentationName() doesnt. getUndoPresentationName() gets the "last undoable edit", and gets the presentation name from this edit. getRedoPresentationName() takes the last edit in the queue, not the last undoable edit. This becomes a problem when an insignificant edit is last edit in the queue.