Skip to content

Commit 20f8d55

Browse files
AdamF42Micheleboychuk
authored andcommitted
Merged in task/dspace-cris-2025_02_x/DSC-2787 (pull request DSpace#4247)
[DSC-2787] fix script name Approved-by: Vincenzo Mecca Approved-by: Mykhaylo Boychuk
2 parents 9f91120 + 4b139ac commit 20f8d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const BATCH_IMPORT_SCRIPT_NAME = 'import';
3434
export const BATCH_EXPORT_SCRIPT_NAME = 'export';
3535
export const ITEM_EXPORT_SCRIPT_NAME = 'item-export';
3636
export const BULK_ITEM_EXPORT_SCRIPT_NAME = 'bulk-item-export';
37-
export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'dspace-object-deletion';
37+
export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'object-deletion';
3838

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

0 commit comments

Comments
 (0)