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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | editview_ttb_110910.patch | 7.13 KB | tbroberg |
| #1 | editview_display.patch | 2.07 KB | MBroberg |
Comments
Comment #1
MBroberg commentedThis 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.
Comment #2
tbroberg commentedIt 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.