LabKey / labkey-ui-components

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

Update cross-folder moves to allow moving a subset you have permissions for #1452

Closed labkey-susanh closed 6 months ago

labkey-susanh commented 6 months ago

Rationale

In the related PR, we added the ability to move entities from a selection that crosses containers with the server side returning an error if you included one or more entities from containers you don't have permission to move from. This PR and its relatives update the behavior so we warn about any entities you don't have permissions for and send across only the entities you do have permission for for the move operation.

Related Pull Requests

Changes