mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12311] Remove manage versions dialog box for non versionable file (#5307)
* [ACS-12311] Remove manage versions dialog box for non versionable file * [ACS-12311] Add few more unit test for empty entry and aspectnames * [ACS-12311] Fix manage versions for search-results * Added e2e fix and exclude test * Added e2e no test fix and exclude test --------- Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
This commit is contained in:
co-authored by
akashrathod28
parent
7fe08ff1a8
commit
1d7686729e
@@ -148,6 +148,7 @@ import { IsFeatureSupportedInCurrentAcsPipe } from './pipes/is-feature-supported
|
||||
'app.selection.file': rules.hasFileSelected,
|
||||
'app.selection.file.isLocked': rules.hasLockedFiles,
|
||||
'app.selection.file.canUploadVersion': rules.canUploadVersion,
|
||||
'app.selection.file.isVersionable': rules.isVersionableFile,
|
||||
'app.selection.library': rules.hasLibrarySelected,
|
||||
'app.selection.hasLibraryRole': rules.hasLibraryRole,
|
||||
'app.selection.folder': rules.hasFolderSelected,
|
||||
|
||||
Reference in New Issue
Block a user