-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2021.14
-
Fix Version/s: 2021.18
-
Release Notes Summary:Error on some document doesn't rollback changes done on other in the same batch during bulk edit.
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #56, nxplatform #57
-
Story Points:2
When doing bulk edit in a list of documents where there are a few of them that we only have read permission, we get an error information on a toast saying that there were errors on those documents, which is the expected result.
The issue is that the other documents where we have edit permission the bulk edit should work and that isn't happening, no document is edited in the list.
how to reproduce:
- go to a folder with a few documents, where at least on 1 you have edit permissions and the others you have only read permission
- select all the documents and bulk edit them
- a toast with a number of errors should appear(the number of documents that you don't have edit permission) but the bulk edit action is completed
- open a document on that list where you have edit permission
- the document wasn't edited - bug
- depends on
-
NXP-30897 Manually handle transaction in OperationContext
- Resolved