mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
63669: Hide return button on community metadata edit
This commit is contained in:
@@ -27,7 +27,10 @@ import { CommunityCurateComponent } from './community-curate/community-curate.co
|
||||
{
|
||||
path: 'metadata',
|
||||
component: CommunityMetadataComponent,
|
||||
data: { title: 'community.edit.tabs.metadata.title' }
|
||||
data: {
|
||||
title: 'community.edit.tabs.metadata.title',
|
||||
hideReturnButton: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'roles',
|
||||
|
Reference in New Issue
Block a user