mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-9388] Print button is now hidden for media files (#4495)
This commit is contained in:
parent
ba75c0b233
commit
9a8a45479e
@ -1070,8 +1070,7 @@
|
||||
"click": "PRINT_FILE"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "canViewFile",
|
||||
"enabled": "canPrintFile"
|
||||
"visible": ["canViewFile", "canPrintFile" ]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user