mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[acs-3548] fixed csv file issues(878577) (#2729)
This commit is contained in:
parent
b14d9f5b06
commit
c2145001b3
@ -113,6 +113,7 @@ export const APP_ROUTES: Routes = [
|
|||||||
path: ':activeTab',
|
path: ':activeTab',
|
||||||
component: DetailsComponent,
|
component: DetailsComponent,
|
||||||
data: {
|
data: {
|
||||||
|
title: 'APP.BROWSE.PERSONAL.PERMISSIONS.TITLE',
|
||||||
navigateSource: 'personal-files'
|
navigateSource: 'personal-files'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -108,6 +108,9 @@
|
|||||||
"SIDENAV_LINK": {
|
"SIDENAV_LINK": {
|
||||||
"LABEL": "Personal Files",
|
"LABEL": "Personal Files",
|
||||||
"TOOLTIP": "View your Personal Files"
|
"TOOLTIP": "View your Personal Files"
|
||||||
|
},
|
||||||
|
"PERMISSIONS": {
|
||||||
|
"TITLE": "Permissions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIBRARIES": {
|
"LIBRARIES": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user