Skip to main content
Topic: Inline Edit (Read 1030 times) previous topic - next topic

Inline Edit

What could cause the inline edit to just show a spinning icon and not  finish update? 

Somehow, the inline edit is not working at all. The fields are enabled for inline edit, control types are adjusted for field types correctly but not working now.  The fields did work before, now they no longer are working.  I've tried changing themes but it did not make a difference. 

I've emptied cache and hard reload too

Any ideas welcome..

Re: Inline Edit

Reply #1
In chrome console I can find these errors ..

Failed to load resource: the server responded with a status of 501 (No record updated)
TypeError: Cannot read property 'requestContent' of undefined

VM67:1 Uncaught SyntaxError: Unexpected token N in JSON at position 0
    at JSON.parse (<anonymous>)
    at EditableForm.error (VM60 bootstrap-editable.js:188)
    at EditableForm.<anonymous> (VM60 bootstrap-editable.js:299)
    at Object.i (VM52 jquery-3.3.1.min.js:2)
    at u (VM52 jquery-3.3.1.min.js:2)
    at Object.fireWith [as rejectWith] (VM52 jquery-3.3.1.min.js:2)
    at c (VM52 jquery-3.3.1.min.js:2)

Re: Inline Edit

Reply #2
@darbdenral‍ please make sure AjaxPage is not set to true. If it is not set to true, then publish your project to a new folder.

Re: Inline Edit

Reply #3
@willvin that didn't work.. Is it possible this is because the table is a joined table?  Because I have other tables in the project that still work fine but the two tables that don't are  now joined.


Re: Inline Edit

Reply #5
 I just created the table and views again and now it works.  I'm not sure what did it, but it works now just fine. 

Thank you for the help..