Actions
Feature #2606
openTree: Support filtering in organization selecbox by tree nodes (use tree node as root)
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