Fix for T67776 Animation/value keyframe slider doesn't appear in dope sheet
The bug was that the SACTION_SLIDERS flag would be set when switching into the Shape Key editor in the Dope Sheet
In the task, @Jacques Lucke (JacquesLucke) proposed to split this flag in two, one for sliders with min-max and one for other sliders.
Solution
I thought about this but opted against this solution in the end because, as also mentioned in the task, this has the potential to be quite confusing to the user.
Instead I chose to always display sliders in the Shape Key editor regardless of the set flag and remove the line of code that sets it automatically.
I think this is the best solution because the Shape Key editor doesn't make sense without sliders (hence why the flag was set automatically in the first place)
To indicate to the user that this flag doesn't do anything in this mode anymore, it has the active state set to false when in the Shape Key editor
Limitations
The obvious limitation is that you can't hide the sliders in the Shape Key editor anymore