Bugzilla – Bug 18106
M button missing in MusicIP mix view
Last modified: 2014-07-29 15:27:58 UTC
The view that is generated when there a musicip mix created in the left hand pane has historically had an "M" button which allows for the creation of a new MusicIP mix from that selected song. This behavior appears to be broken in 7.9.
Ok, my comment on commit d141c7acf090a58e07c0f2b19369a21411994ae4 was wrong. It was still being used. But then the same functionality is still available from a track's menu. It's only consistent not to have the M icon create a mix in this particular case, where in all other cases it would bring up the track's details (from where you can create a mix). Rather than revert aforementioned change (which removed a lot of otherwise unused code), I'd want to make sure we get the same M icon in the mix list as we do on other browse pages.
Commit 83ff7027ff99e136f253dbb0d76a23e09d31e79a - fix the custom template used by MIP mixes. This now mimics the default behaviour of the M button, bringing up the "More" (song information) page.