-
Type:
Task
-
Resolution: Unresolved
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: None
-
Not defined
In the CollectionScopeService we have a method which executes the bulk deletion of collection scopes and is called bulkDeleteCollectionScopes. For the deletion of collection scopes it is necessary to delete first all associates reports from a collection. To do so, we send a separate request to elastic search for each report. As part of that ticket, we need to refactor our code so that this update happens with one delete by request for all reports.