mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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',
|
path: 'metadata',
|
||||||
component: CommunityMetadataComponent,
|
component: CommunityMetadataComponent,
|
||||||
data: { title: 'community.edit.tabs.metadata.title' }
|
data: {
|
||||||
|
title: 'community.edit.tabs.metadata.title',
|
||||||
|
hideReturnButton: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'roles',
|
path: 'roles',
|
||||||
|
Reference in New Issue
Block a user