Project

General

Profile

Actions

Feature #2606

open

Tree: Support filtering in organization selecbox by tree nodes (use tree node as root)

Added by Ondřej Kopr over 3 years ago. Updated over 3 years ago.

Status:
New
Priority:
Low
Assignee:
Radek Tomiška
Category:
Frontend
Target version:
-
Start date:
12/11/2020
Due date:
% Done:

0%

Estimated time:
Owner:

Description

Use case:

In project we have special organization unit (tree node) only for externist. In projection is this code:

const treeNodeSearchParameters = new Domain.SearchParameters().setFilter('recursively', true).setFilter('treeNodeId', defaultTreeNodeId).setFilter('treeTypeId', defaultTreeTypeId);

<Advanced.TreeNodeSelect
              ref={ 'workPosition-0' }
              label={ this.i18n('****:eav.form-projection.****-external.attributes.workPosition.label') }
              header={ this.i18n('****:eav.form-projection.****-external.attributes.workPosition.header') }
              treeNodeLabel={ this.i18n('****:eav.form-projection.****-external.attributes.workPosition.treeNodeLabel') }
              forceSearchParameters={ treeNodeSearchParameters }
              readOnly={ _readOnly }/>

Filtering in selecbox works perfectly, but filtering in inner modal windows shows all treenodes including some internal :(

Please it is possible add some flag that filter also in modal window?

Sorry for badly selected affected version. I have no glue what version can be first :(

Actions #1

Updated by Radek Tomiška over 3 years ago

  • Tracker changed from Defect to Feature
  • Affected versions deleted (10.0.0)

Filter nodes in tree select was not implemented, it's new feature requirement.

Actions #2

Updated by Radek Tomiška over 3 years ago

  • Subject changed from Filtering in organization selecbox doesn't work in inner modal structure select. to Tree: Support filtering in organization selecbox by tree nodes (use tree node as root)
Actions

Also available in: Atom PDF