Skip to content

Commit 3aac39e

Browse files
[DURACOM-383] renamed script
1 parent 777132c commit 3aac39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/data/processes/script-data.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const METADATA_IMPORT_SCRIPT_NAME = 'metadata-import';
3131
export const METADATA_EXPORT_SCRIPT_NAME = 'metadata-export';
3232
export const BATCH_IMPORT_SCRIPT_NAME = 'import';
3333
export const BATCH_EXPORT_SCRIPT_NAME = 'export';
34-
export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'dspace-object-deletion';
34+
export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'object-deletion';
3535

3636
@Injectable({ providedIn: 'root' })
3737
export class ScriptDataService extends IdentifiableDataService<Script> implements FindAllData<Script> {

0 commit comments

Comments
 (0)