File tree Expand file tree Collapse file tree
src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-metadata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ export class ComcolMetadataComponent<TDomain extends Community | Collection> imp
6666 this . dsoDataService . patch ( event . dso , event . operations ) . pipe ( getFirstCompletedRemoteData ( ) )
6767 . subscribe ( async ( response : RemoteData < DSpaceObject > ) => {
6868 if ( response . hasSucceeded ) {
69- if ( ! newLogo && ! deleteLogo ) {
70- await this . router . navigate ( [ this . frontendURL + event . dso . uuid ] ) ;
71- }
7269 this . notificationsService . success ( null , this . translate . get ( `${ this . type . value } .edit.notifications.success` ) ) ;
7370 } else if ( response . statusCode === 403 ) {
7471 this . notificationsService . error ( null , this . translate . get ( `${ this . type . value } .edit.notifications.unauthorized` ) ) ;
@@ -80,7 +77,7 @@ export class ComcolMetadataComponent<TDomain extends Community | Collection> imp
8077 }
8178
8279 /**
83- * Navigate to the home page of the object
80+ * Navigate to the relative DSO page
8481 */
8582 navigateToHomePage ( ) {
8683 this . dsoRD$ . pipe (
You can’t perform that action at this time.
0 commit comments