Closed (duplicate)
Project:
Flagging Form
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2012 at 15:50 UTC
Updated:
2 Aug 2012 at 10:33 UTC
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
Comment #1
goron commentedThis is caused by #1651608: flagging_dialog.js is loaded before ajax.js, resulting in errors. The patch there should fix it.
Comment #2
julien.reulos commentedHi,
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