mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
disable versioning tab in info drawer (#941)
This commit is contained in:
committed by
Adina Parpalita
parent
d32f4a7dc6
commit
190af14643
@@ -1169,7 +1169,7 @@
|
|||||||
{
|
{
|
||||||
"id": "app.sidebar.versions",
|
"id": "app.sidebar.versions",
|
||||||
"order": 300,
|
"order": 300,
|
||||||
"disabled": false,
|
"disabled": true,
|
||||||
"title": "APP.INFO_DRAWER.TABS.VERSIONS",
|
"title": "APP.INFO_DRAWER.TABS.VERSIONS",
|
||||||
"component": "app.components.tabs.versions",
|
"component": "app.components.tabs.versions",
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|||||||
Reference in New Issue
Block a user