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.
1 parent 777132c commit 3aac39eCopy full SHA for 3aac39e
src/app/core/data/processes/script-data.service.ts
@@ -31,7 +31,7 @@ export const METADATA_IMPORT_SCRIPT_NAME = 'metadata-import';
31
export const METADATA_EXPORT_SCRIPT_NAME = 'metadata-export';
32
export const BATCH_IMPORT_SCRIPT_NAME = 'import';
33
export const BATCH_EXPORT_SCRIPT_NAME = 'export';
34
-export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'dspace-object-deletion';
+export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'object-deletion';
35
36
@Injectable({ providedIn: 'root' })
37
export class ScriptDataService extends IdentifiableDataService<Script> implements FindAllData<Script> {
0 commit comments