Skip to content

Commit

Permalink
IVYPORTAL-17457 Disable quick search for field description in case wi… (
Browse files Browse the repository at this point in the history
#975)

* IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard

* IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard

* IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard

* IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard

---------

Co-authored-by: lndanh-axonivy <[email protected]>
  • Loading branch information
lndanh-axonivy and lndanh-axonivy authored Aug 26, 2024
1 parent 41dbd4c commit ed290fd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
},
{
"field": "description",
"visible": false
"visible": false,
"quickSearch": false
},
{
"field": "state",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
},
{
"field": "description",
"visible": false
"visible": false,
"quickSearch": false
},
{
"field": "state"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"field": "description",
"visible": false,
"quickSearch": true
"quickSearch": false
},
{
"field": "activator",
Expand Down Expand Up @@ -152,7 +152,7 @@
{
"field": "description",
"visible": false,
"quickSearch": true
"quickSearch": false
},
{
"field": "state"
Expand Down
4 changes: 2 additions & 2 deletions AxonIvyPortal/portal/config/variables/Portal/Dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{
"field": "description",
"visible": false,
"quickSearch": true
"quickSearch": false
},
{
"field": "activator",
Expand Down Expand Up @@ -153,7 +153,7 @@
{
"field": "description",
"visible": false,
"quickSearch": true
"quickSearch": false
},
{
"field": "state"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{
"field": "description",
"visible": false,
"quickSearch": true
"quickSearch": false
},
{
"field": "activator",
Expand Down Expand Up @@ -173,7 +173,7 @@
{
"field": "description",
"visible": false,
"quickSearch": true
"quickSearch": false
},
{
"field": "state"
Expand Down Expand Up @@ -427,7 +427,8 @@
},
{
"field": "description",
"visible": false
"visible": false,
"quickSearch": false
},
{
"field": "activator",
Expand Down Expand Up @@ -489,7 +490,8 @@
},
{
"field": "description",
"visible": false
"visible": false,
"quickSearch": false
},
{
"field": "activator",
Expand Down

0 comments on commit ed290fd

Please sign in to comment.