We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f91120 + 4b139ac commit 20f8d55Copy full SHA for 20f8d55
1 file changed
src/app/core/data/processes/script-data.service.ts
@@ -34,7 +34,7 @@ export const BATCH_IMPORT_SCRIPT_NAME = 'import';
34
export const BATCH_EXPORT_SCRIPT_NAME = 'export';
35
export const ITEM_EXPORT_SCRIPT_NAME = 'item-export';
36
export const BULK_ITEM_EXPORT_SCRIPT_NAME = 'bulk-item-export';
37
-export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'dspace-object-deletion';
+export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'object-deletion';
38
39
@Injectable({ providedIn: 'root' })
40
export class ScriptDataService extends IdentifiableDataService<Script> implements FindAllData<Script> {
0 commit comments