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
@@ -763,6 +763,7 @@
|
||||
"rules": {
|
||||
"visible": [
|
||||
"app.selection.file",
|
||||
"app.selection.file.isVersionable",
|
||||
"!app.navigation.isTrashcan",
|
||||
"!app.selection.file.isLocked",
|
||||
"!app.selection.isNodeLink"
|
||||
@@ -1129,6 +1130,7 @@
|
||||
"rules": {
|
||||
"visible": [
|
||||
"app.selection.file",
|
||||
"app.selection.file.isVersionable",
|
||||
"!app.navigation.isTrashcan",
|
||||
"!app.selection.file.isLocked",
|
||||
"!app.selection.isNodeLink"
|
||||
@@ -1505,6 +1507,7 @@
|
||||
"rules": {
|
||||
"visible": [
|
||||
"app.selection.file",
|
||||
"app.selection.file.isVersionable",
|
||||
"!app.navigation.isTrashcan",
|
||||
"!app.selection.file.isLocked",
|
||||
"!app.selection.isNodeLink"
|
||||
@@ -1687,7 +1690,7 @@
|
||||
"default": true,
|
||||
"filterWithContains": true,
|
||||
"app:fields": ["cm:name", "cm:title", "cm:description", "TEXT", "TAG"],
|
||||
"include": ["path", "allowableOperations", "properties"],
|
||||
"include": ["path", "allowableOperations", "properties", "aspectNames"],
|
||||
"sorting": {
|
||||
"options": [
|
||||
{
|
||||
@@ -1935,7 +1938,7 @@
|
||||
"default": false,
|
||||
"filterWithContains": true,
|
||||
"app:fields": ["cm:name", "cm:title", "cm:description", "cm:identifier", "cm:contributor", "cm:coverage", "cm:dcsource", "cm:publisher", "cm:rights", "cm:subject", "cm:type", "TEXT", "TAG"],
|
||||
"include": ["path", "allowableOperations", "properties"],
|
||||
"include": ["path", "allowableOperations", "properties", "aspectNames"],
|
||||
"sorting": {
|
||||
"options": [
|
||||
{
|
||||
@@ -2110,7 +2113,7 @@
|
||||
"default": false,
|
||||
"filterWithContains": true,
|
||||
"app:fields": ["cm:name", "cm:title", "cm:description", "cm:from", "cm:contributor", "cm:to", "TEXT", "TAG"],
|
||||
"include": ["path", "allowableOperations", "properties"],
|
||||
"include": ["path", "allowableOperations", "properties", "aspectNames"],
|
||||
"sorting": {
|
||||
"options": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user