Description
Currently, the record status (wf_stage
) is quite visible in Muscat in the record lists (index), for example:
However, in the full record view, or in the edit screen, the status is only visible in the bottom part of the record, so discreet that, unless you look at the button of the screen, it is not obvious to know if the record you are watching or editing is published or not:
We think that the record status is so important that it should be very visible, and if possible, using the same colors and conventions that in the list, that is, reusing the same ActiveAdmin status_tag
. For example, in the record view:
Or in the edit screen:
We have implemented it for all record types that have wf_status
; and yes, we know that some of them are under discussion (#1600), but this can be adjusted later.
I'd like to push my patch upstream if you are also interested in it.