From a791be777e160714af73316c94732e2453100132 Mon Sep 17 00:00:00 2001 From: "adel.kalimullin" Date: Mon, 24 Feb 2025 09:49:08 +0300 Subject: [PATCH] SUPPORT-8938: fix --- .../src/resources/css/components-autority.css | 3 +++ .../src/main/resources/DropdownTreeView.component | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/frontend/src/resources/css/components-autority.css b/frontend/src/resources/css/components-autority.css index 57f103dd..6096ed42 100644 --- a/frontend/src/resources/css/components-autority.css +++ b/frontend/src/resources/css/components-autority.css @@ -156,6 +156,8 @@ border-radius: 0 var(--indent-xmini) 0 0; background-color: var(--input-bg); } + +/* DropDownTree start */ .webbpm.account-applications dropdown-tree-view .dropdown > button, .webbpm.account-applications dropdown-tree-view .dropdown > button:is(:focus, :active) { font-family: 'Gilroy'; @@ -279,6 +281,7 @@ .webbpm.account-applications dropdown-tree-view .bi-caret-right-fill::before { content: "\f4fd"; } +/* DropDownTree end */ .webbpm.account-applications .selectize-dropdown, .webbpm.account-applications .selectize-input, diff --git a/resources/src/main/resources/DropdownTreeView.component b/resources/src/main/resources/DropdownTreeView.component index 2a6abd7d..d42970e1 100644 --- a/resources/src/main/resources/DropdownTreeView.component +++ b/resources/src/main/resources/DropdownTreeView.component @@ -44,7 +44,6 @@ DropdownTreeViewFilterComponent account_applications.component.filter - true true @@ -109,5 +108,19 @@ + + + FilterControl + component.field.persist.filter + + true + + + + DropDownTree + ru.micord.ervu.account_applications.component.field.persist + + true +