All Topics
Inline date/time editing is not working.
Hi there,
When I try to edit date fields with inline edit mode, only the spinner appears and no UI comes up.
And according to Chrome Dev tools, ‘table.js’ is emitting an error.
Please find the screenshot for the detail.
https://www.dropbox.com/s/2zhvsj55tjhhiag/Untitled-1.png
My environment is ACP 4.2.4 and Chrome
Actually to fix it is not so difficult.
Adding var on line 1269 and 1271 makes the script work.
var i = 0;
var val = …..;
Could you fix this on the next release?
You must be logged in to reply to this topic.