You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the use of a workflow in the content component settings. Go to the content component. Please note that in the element sorting field on the page, the STAGE field is at the very bottom, however, I remember exactly that we previously saved the order in this field relative to the actual location in the table (in this case, the stage line should be the second after ORDERING).
Somewhere in the admin panel I have already encountered a similar problem, it makes sense to check all the pages.
The text was updated successfully, but these errors were encountered:
You are correct - the intention of the sort order is to match the order of the columns.
In this case everything is in the correct order except for the Stage which is only available when workflows is enabled.
Instead of the stage filter being defined in the xml with an additional attribute such as required=workflows as we have with other conditional filters such as languages it is being injected into the form
Steps to reproduce the issue
Enable the use of a workflow in the content component settings. Go to the content component. Please note that in the element sorting field on the page, the STAGE field is at the very bottom, however, I remember exactly that we previously saved the order in this field relative to the actual location in the table (in this case, the stage line should be the second after ORDERING).
Somewhere in the admin panel I have already encountered a similar problem, it makes sense to check all the pages.
The text was updated successfully, but these errors were encountered: