mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[MNT-22754] fix context menus for records (#2706)
* fix context menus for records * fix unit tests * fix unit tests
This commit is contained in:
@@ -345,7 +345,11 @@ describe('app.evaluators', () => {
|
||||
check: () => (checked = true)
|
||||
},
|
||||
selection: {
|
||||
file: {},
|
||||
file: {
|
||||
entry: {
|
||||
isFile: true
|
||||
}
|
||||
},
|
||||
isEmpty: false,
|
||||
nodes: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user