File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
app/item-page/edit-item-page/item-delete Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,6 @@ export class ItemDeleteComponent extends AbstractSimpleItemActionComponent imple
411411 */
412412 notify ( rd : RemoteData < Process > ) {
413413 if ( rd . hasSucceeded ) {
414- this . notificationsService . success ( this . translateService . get ( 'item.edit.' + this . messageKey + '.success' ) ) ;
415414 const title = this . translateService . get ( 'item-deletion.process.title' ) ;
416415 this . notificationsService . process ( rd . payload . processId , 5000 , title ) ;
417416 void this . router . navigate ( [ '' ] ) ;
Original file line number Diff line number Diff line change 37043704
37053705 "item-export.process.title" : "Bulk export item" ,
37063706
3707- "item-deletion.process.title" : "Item deletion! " ,
3707+ "item-deletion.process.title" : "Deleting item " ,
37083708
3709- "community-deletion.process.title" : "Community deletion! " ,
3709+ "community-deletion.process.title" : "Deleting community " ,
37103710
3711- "collection-deletion.process.title" : "Collection deletion! " ,
3711+ "collection-deletion.process.title" : "Deleting collection " ,
37123712
37133713 "itemtemplate.edit.metadata.add-button" : "Add" ,
37143714
Original file line number Diff line number Diff line change 58455845 // "item-export.process.title": "Bulk export item",
58465846 "item-export.process.title": "Bulk export dell'item",
58475847
5848+ // "item-deletion.process.title": "Deleting item",
5849+ "item-deletion.process.title": "Cancellazione dell'item",
5850+
5851+ // "community-deletion.process.title": "Deleting community",
5852+ "community-deletion.process.title": "Cancellazione della community",
5853+
5854+ // "collection-deletion.process.title": "Deleting collection",
5855+ "collection-deletion.process.title": "Cancellazione della collection",
5856+
58485857 // "itemtemplate.edit.metadata.add-button": "Add",
58495858 "itemtemplate.edit.metadata.add-button": "Aggiungi",
58505859
1280112810
1280212811
1280312812
12804- }
12813+ }
You can’t perform that action at this time.
0 commit comments