mirror of
https://github.com/fergalmoran/dss.git
synced 2026-04-11 23:35:02 +00:00
Develop better mixDelete function #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.