mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8694] Re-introduce visibility rules cleanup (#4516)
* [ACS-8694] Cleanup of visibility rules for extensions in ACA (#4140)
* [ACS-9369] Resolved issues where visibility rules with a single element array would log errors (#4416)
* [ACS-9369] Resolved issues where visibility rules with a single element array would log errors
* [ACS-9369] Improved rule array filtering logic
* [ACS-9369] Added type to variable
(cherry picked from commit 4e33f1126d
)
* [ACS-8694] Removed unneeded test cases
* [ACS-8694] Fixed 'Favorite' option showing up in toolbar when opening search page
This commit is contained in:
@@ -29,7 +29,9 @@
|
||||
"click": "aos.openWith.office"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "aos.canOpenWithOffice"
|
||||
"visible": [
|
||||
"aos.canOpenWithOffice"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -45,7 +47,9 @@
|
||||
"click": "aos.openWith.office"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "aos.canOpenWithOffice"
|
||||
"visible": [
|
||||
"aos.canOpenWithOffice"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -63,7 +67,9 @@
|
||||
"click": "aos.openWith.office"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "aos.canOpenWithOffice"
|
||||
"visible": [
|
||||
"aos.canOpenWithOffice"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user