Closed (fixed)
Project:
jEditable inline content editing
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2011 at 23:52 UTC
Updated:
9 May 2012 at 07:30 UTC
Hello,
I am using this nifty module on a view. Currently, new content is saved when editing a value within a view. However, upon save, i do not see the new value inserted in the view in lieu of the previous value. In other words, even though I change to a new value, the old value remains in place. It is only when I refresh the page manually that new content appears in the view. Has anyone come across similar issue?
Thanks
T
Comments
Comment #1
kevin.mcnamee@mailbox.org commentedThe module is moving away from using the field formatters and will use dedicated settings for controlling jEditable. Right now this is only implemented with Views integration (6.x-1.5). What is displayed after editing will be what was actually stored in the database or, if the edit failed then the current value.
In the next release (6.x-2.x), the field formatters will be completely replaced.
/Kevin