LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

Fix cell lookup options to respect selected target project #1459

Closed XingY closed 5 months ago

XingY commented 5 months ago

Rationale

The EntityInsertPanel allows user to select a different target container than the current container. The selected target container should be used to fetch lookup cell options. Note that if a lookup was defined with a specific container, then the specific container will be used in favor of target container.

Related Pull Requests

Changes