diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-02-03 12:53:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 12:53:59 +0100 |
commit | 7cff390b56a801da6ef7e7786ba34330f2b7d5a1 (patch) | |
tree | 0b7a7992f155d0daf457aa8444b821c0ac7a44f6 /apps | |
parent | 7ddb042f9df069df8981972e98a33e5f8f39cfef (diff) | |
parent | bf7fe04c4b238f7c20dd3bb54c2f8df13cc0f6b8 (diff) | |
download | nextcloud-server-7cff390b56a801da6ef7e7786ba34330f2b7d5a1.tar.gz nextcloud-server-7cff390b56a801da6ef7e7786ba34330f2b7d5a1.zip |
Merge pull request #36508 from nextcloud/enh/allow-no-route
Allow settings navigation items with no route entry
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_status/appinfo/info.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml index e10723da887..90744d40747 100644 --- a/apps/user_status/appinfo/info.xml +++ b/apps/user_status/appinfo/info.xml @@ -15,7 +15,6 @@ <navigation> <id>user_status-menuitem</id> <name>User status</name> - <route /> <order>1</order> <type>settings</type> </navigation> |