But like I said before, I do not know why that happens or how to fix it. Can you please help. It won't update the check boxes but it still change the ACL.
But like I said before, I do not know why that happens or how to fix it. Can you please help. It won't update the check boxes but it still change the ACL.
Hi Ellen,
Show us your update before send mapping.
If you have some "JS" code on "acl" field - show code inside too.
Regards.
Hi Ellen,
It seems you use "default" acl in this update service.
To drop this default value in update service please follow these steps:
open update service "before send" mapping.
Use following JS code to drop default value for this field:
pre
return undefined;
/pre
Regards.
I put that in the before send ACL field and that didn't change anything.
Hi Ellen,
Please show us your update item request (from debugger network tab) where we can see:
All request parameters.
All request headers.
All response.
Also show us your update service datasource "before send" mapping.
Regards.
Did these help you at all to figure out how to not change the ACL when I update an item?
Hi Ellen,
As i can see on your screen shots you have error 400 on put request.
See details: http://prntscr.com/5v1mt1/direct
Here is a reason why: http://prntscr.com/5v1n4s/direct
Regards.