Develop better mixDelete function #19

Closed
opened 2025-08-09 16:57:39 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @fergalmoran on 10/24/2013

Currently the controller::deleteMix function fetches the given mix, then executes a delete. This can't be the correct behaviour, should find a way to delete the mix without the fetch.

Issue here with knowing what context the client is currently in. controller::deleteMix will work differently if we're in MixListView or MixItemView, or anywhere else controller::deleteMix can be called from.

*Originally created by @fergalmoran on 10/24/2013* Currently the controller::deleteMix function fetches the given mix, then executes a delete. This can't be the correct behaviour, should find a way to delete the mix without the fetch. Issue here with knowing what context the client is currently in. controller::deleteMix will work differently if we're in MixListView or MixItemView, or anywhere else controller::deleteMix can be called from.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fergalmoran/dss#19
No description provided.