Inline Edit May 08, 2020, 07:10:47 PM 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 tooAny ideas welcome.. Quote Selected Last Edit: May 08, 2020, 07:22:30 PM by darbdenral
Re: Inline Edit Reply #1 – May 08, 2020, 07:19:27 PM 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 undefinedVM67: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) Quote Selected Last Edit: May 08, 2020, 07:23:46 PM by darbdenral
Re: Inline Edit Reply #2 – May 09, 2020, 06:37:02 PM @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. Quote Selected Last Edit: May 10, 2020, 11:47:50 AM by willvin
Re: Inline Edit Reply #3 – May 09, 2020, 07:03:56 PM @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. Quote Selected
Re: Inline Edit Reply #4 – May 10, 2020, 11:48:38 AM @darbdenral I don't think the joined table is the cause. please provide your project. Quote Selected
Re: Inline Edit Reply #5 – May 19, 2020, 01:24:30 AM 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.. Quote Selected