I think, it could be some relationship between this and #898092: View does not refresh when it is embedded inside another view.
I have 2 flags it names feed & term_feed.
I have 3 views
1. Title list with flag links.
2. feed flagged title list
3. flag_feed flagged title list
The 2-3 need to refresh after clicking in 1.
The first click, everythig is ok. The correct block is refreshed. But after i click the another type of flag, nothing to happend. The original flag link, where i clicked the first time works fine, but the another type not.
I tried to investigate it:
In the module, the drupal_add_js build the DOM correct:
There are a Drupal.settings.viewsFlagRefresh.flags.feed and a Drupal.settings.viewsFlagRefresh.flags.term_feed object in dom. But after clicking, only the clicked Drupal.settings.viewsFlagRefresh.flags.[clicked] object are rebuilt, the another lost.
I tried to correct it, but my js knowledge is very week..
Comments
Comment #1
notluap commentedI am also having this problem. When I select multiple flags to refresh the view, only one of them works.