⚠️ This issue respects the following points: ⚠️
Bug description
When using declarative settings, the settings are always rendered last.
But if you specify a priority higher than a "legacy" setting, it should be rendered before them.
Steps to reproduce
- Add a declarative settings on a existing section
- set higher priority than other
- see the setting is always rendered last
Expected behavior
Should have the same control over the priority as with legacy settings.
Installation method
None
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
DeclarativeManager::getFormIDs only returns the IDs sorted, but not the priority so we can not sort in the settings app.
Bug description
When using declarative settings, the settings are always rendered last.
But if you specify a priority higher than a "legacy" setting, it should be rendered before them.
Steps to reproduce
Expected behavior
Should have the same control over the priority as with legacy settings.
Installation method
None
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
DeclarativeManager::getFormIDsonly returns the IDs sorted, but not the priority so we can not sort in the settings app.