This is a great module, really needed. Thank you!
I am using a view where the first display is a regular list view, to show records, and a second view is an editview to edit records. They have different fields.
All is well on the editview until after I do the first edit. After the ajax slide effect, the record changes and the notice appears, which is fine. But when I edit a second record on the same page with no refresh, after the ajax slide an additional field appears on that record.
It is a field that is placed into the first View display (HTML list), not the editview. Since my editview has overrides, I wonder if the fields are being chosen from the default view instead of the overridden fields?

Comments

MBroberg’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new2.07 KB

This is a patch for the 2011-Feb-24 dev version. We determined that the default display was being loaded after first edit, rather than the display being used. Hopefully this should fix the issue.

tbroberg’s picture

StatusFileSize
new7.13 KB

It turns out the arguments also needed to be preserved, which they are in this patch.

Patch includes feature added for http://drupal.org/node/581488 as I was too lazy to maintain the patches separately.

- Tim.