You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of multi-selection, if the selection includes objects not present in the director, show the number of objects missing in the director and allow editing of objects which are present in the director. Refer issue #2437.
Current Behavior
An exception is thrown if any object in the multi-selection is missing in director.
Possible Solution
Make changes to loadMultiObjectsFromParams() method in ObjectsController such that this is handled in a more friendly manner.
The text was updated successfully, but these errors were encountered:
Expected Behavior
In case of multi-selection, if the selection includes objects not present in the director, show the number of objects missing in the director and allow editing of objects which are present in the director. Refer issue #2437.
Current Behavior
An exception is thrown if any object in the multi-selection is missing in director.
Possible Solution
Make changes to loadMultiObjectsFromParams() method in ObjectsController such that this is handled in a more friendly manner.
The text was updated successfully, but these errors were encountered: