-
Hello @thomlin !
It depends from the Undo parameter which is closed by default for Timeline. Run this query in your UNA database to change it:
UPDATE `sys_objects_vote` SET `IsUndo`=1 WHERE `Name` ='bx_timeline';
and clear the cache.
-
Thank you, @LeonidS ! Marked as resolved.
-