File tree Expand file tree Collapse file tree
app/item-page/edit-item-page/item-delete Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -445,7 +445,6 @@ export class ItemDeleteComponent extends AbstractSimpleItemActionComponent imple
445445 */
446446 notify ( rd : RemoteData < Process > ) {
447447 if ( rd . hasSucceeded ) {
448- this . notificationsService . success ( this . translateService . get ( 'item.edit.' + this . messageKey + '.success' ) ) ;
449448 const title = this . translateService . get ( 'item-deletion.process.title' ) ;
450449 this . notificationsService . process ( rd . payload . processId , 5000 , title ) ;
451450 void this . router . navigate ( [ '' ] ) ;
Original file line number Diff line number Diff line change 40814081
40824082 "item-export.process.title" : "Bulk export item" ,
40834083
4084- "item-deletion.process.title" : "Item deletion! " ,
4084+ "item-deletion.process.title" : "Deleting item " ,
40854085
4086- "community-deletion.process.title" : "Community deletion! " ,
4086+ "community-deletion.process.title" : "Deleting community " ,
40874087
4088- "collection-deletion.process.title" : "Collection deletion! " ,
4088+ "collection-deletion.process.title" : "Deleting collection " ,
40894089
40904090 "itemtemplate.edit.metadata.add-button" : "Add" ,
40914091
Original file line number Diff line number Diff line change 66886688 // "item-export.process.title": "Bulk export item",
66896689 "item-export.process.title": "Bulk export dell'item",
66906690
6691+ // "item-deletion.process.title": "Deleting item",
6692+ "item-deletion.process.title": "Cancellazione dell'item",
6693+
6694+ // "community-deletion.process.title": "Deleting community",
6695+ "community-deletion.process.title": "Cancellazione della community",
6696+
6697+ // "collection-deletion.process.title": "Deleting collection",
6698+ "collection-deletion.process.title": "Cancellazione della collection",
6699+
66916700 // "itemtemplate.edit.metadata.add-button": "Add",
66926701 "itemtemplate.edit.metadata.add-button": "Aggiungi",
66936702
1577915788
1578015789
1578115790
15782- }
15791+ }
You can’t perform that action at this time.
0 commit comments