EG, if your link is "Add to bookmarks", the dialogue appears, correctly flags the content (when the patch in http://drupal.org/node/1490422 is applied) but when the dialogue closes, it still says "Add to bookmarks" until the page is refreshed.

Ideally, it should replace the link with the corresponding unflag link.

Comments

goron’s picture

Status: Active » Closed (duplicate)

This is caused by #1651608: flagging_dialog.js is loaded before ajax.js, resulting in errors. The patch there should fix it.

julien.reulos’s picture

Hi,
Even with the last dev release, I am still experimenting the same issue. I also tried it from a clean Drupal install, with the same problem.
Thanks