No transaction rollback in Admin script
Uncategorized
Before when executing an admin script via odata, updates in the script were not rolled back when there was an error
When running an admin script in the web application the updates were rolled back.
Now when an error is thrown in a script, all previous updates will be rolled back. So the odata execution is now consistent with the execution in the web application.