Normal
I've checked the code and found the reason: https://github.com/MediaPortal/MediaPortal-2/blob/93361b1a55857b8722bf62dfcb02ca8b4fb5aba7/MediaPortal/Source/UI/UiComponents/Configuration/ConfigurationModel.cs#L480.Here a WorkflowAction is created, using the label as sort criteria.What should we do? I would extend the config section metadata with a custom "sort" attribute, so you can define it inside plugin.xml. If it's null or empty default sorting will be title as now. Would this be what you need?
I've checked the code and found the reason: https://github.com/MediaPortal/MediaPortal-2/blob/93361b1a55857b8722bf62dfcb02ca8b4fb5aba7/MediaPortal/Source/UI/UiComponents/Configuration/ConfigurationModel.cs#L480.
Here a WorkflowAction is created, using the label as sort criteria.
What should we do? I would extend the config section metadata with a custom "sort" attribute, so you can define it inside plugin.xml. If it's null or empty default sorting will be title as now. Would this be what you need?