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
The settings can't be opened anymore some apps with NextCloud 27 (and newer). In apps that use the data-apps-slide-toggle attribute for implementing the settings toggle button the settings button doesn't work anymore.
Affects at least the News (nextcloud/news#2242) and Activity (nextcloud/activity#1199) apps.
Bug description
The settings can't be opened anymore some apps with NextCloud 27 (and newer). In apps that use the data-apps-slide-toggle attribute for implementing the settings toggle button the settings button doesn't work anymore.
Affects at least the News (nextcloud/news#2242) and Activity (nextcloud/activity#1199) apps.
The issue has been introduced in #36534, which removed the code handling the data-apps-slide-toggle attribute. This attribute is still documented for NextCloud 27 (https://docs.nextcloud.com/server/27/developer_manual/html_css_design/navigation.html#settings) so it was probably removed unintentionally and should be added back.
This is the code that needs to be added back:
Steps to reproduce
Expected behavior
When clicking the settings button, the settings should open.
Installation method
Community Manual installation with Archive
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
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
No response
The text was updated successfully, but these errors were encountered: