mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
63669: Hide return button for metadata edit on com/col
This commit is contained in:
@@ -28,7 +28,10 @@ import { CollectionCurateComponent } from './collection-curate/collection-curate
|
||||
{
|
||||
path: 'metadata',
|
||||
component: CollectionMetadataComponent,
|
||||
data: { title: 'collection.edit.tabs.metadata.title' }
|
||||
data: {
|
||||
title: 'collection.edit.tabs.metadata.title',
|
||||
hideReturnButton: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'roles',
|
||||
|
Reference in New Issue
Block a user