When I select related entity request doesn't have parentId.
Is any method to add parameter to request?
I can add parentId to bool filter or primary filter (getSelectBoolFilterList, getSelectPrimaryFilterName, getSelectFilters) and catch them in applyPrimaryFilter or applyBoolFilterList but it's not clear code.
It's required to realize complex select logic on the server side
Is any method to add parameter to request?
I can add parentId to bool filter or primary filter (getSelectBoolFilterList, getSelectPrimaryFilterName, getSelectFilters) and catch them in applyPrimaryFilter or applyBoolFilterList but it's not clear code.
It's required to realize complex select logic on the server side