It appears that this module does not play well with other ajax or javascript modules. I am trying to use views accordion layout on a view that includes a button_field on the display. The addition of the button field breaks the accordion view due to the ajax submit. It would be nice to have the option to disable the ajax submit and instead use a standard submit to process the button press.

Comments

tms8707056’s picture

More info. The button appears for each item in the view and appears to trigger a refresh of the page. i have a redirect setup in my rule that is triggered, so i know that the rules aren't actually being triggered. I'm not sure why the page refresh happens on button click, but it does. I wish i could get this to work with this view layout.

tms8707056’s picture

After further investigation, I have found that when used in a view, the button field located on the first result actually functions as expected and fires off the rules. However, the other buttons for the following items in the view do not work. These buttons function as mentioned in #1. I don't know much about js, but this appears to be an issue with the way the button field module handles multiple buttons of the same type appearing on the same page.

Hopefully, this information will provide some insight into a fix so that these buttons can work in this context.

Sanco’s picture

Issue summary: View changes

you solved this problem?

clemens.tolboom’s picture