Comment to 'Pressing "Like"-Button to unlike does not work in 13B3'
  • Hi all!

    It's possible to enable/restore the "undo" action for the "Likes" with the following MySQL query in the UNA database (for example in Spaces):

    UPDATE `sys_objects_vote` SET `IsUndo` = 1 WHERE `Name`='bx_spaces';