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

kevin.mcnamee@mailbox.org’s picture

Status: Active » Fixed

The 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.