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
Currently, the implemented logic for bulk blocks and links deletion only covers deleting one link at a time. However, the user should be able to select multiple links simultaneously or select a combination of multiple blocks and links and trigger the action to delete them all in one go.
Reproduction steps
1. Attempt to selectmultiple blocks and links at the same time
2. Trigger the action to delete the selected items.
Expected Behaviour:
All selected links and blocks should be deleted in one action.
Actual Behaviour:
Only one selected link is deleted, while the rest of selected items remain.
The text was updated successfully, but these errors were encountered:
Based on the error logs, the issue is related to a type mismatch issue with MongoDB/Mongoose where UUIDs are being used as _id values but the schema expects ObjectIds.
Description
Currently, the implemented logic for bulk blocks and links deletion only covers deleting one link at a time. However, the user should be able to select multiple links simultaneously or select a combination of multiple blocks and links and trigger the action to delete them all in one go.
Reproduction steps
The text was updated successfully, but these errors were encountered: