I’m running EE 2.5.2 and have a question about the order the statuses appear in a safecracker form. I have 10 statuses assigned to a particular channel and I’ve created a safecracker form to allow certain people to update the status of an entry. This all works great, but the problem is that the statuses don’t appear in the correct order in the dropdown menu on the safecracker form. They do appear in the correct order in the control panel.
It seems like in the safecracker form the statuses are ordered based on the order they were created, so it’s using the status_id number. But in the control panel, the statuses are ordered based on the Status Order that has been set for that status in the CP. Is there a way to change this? Shouldn’t the statuses be pulled into the safecracker form based on the Status Order?
Here’s the code I’m using in the safecracker form:
{status_menu}
<select name="status" id="status">
{select_options}
</select>
{/status_menu}