juliushaertl / apporder

Nextcloud app to enable sorting inside the app menu
GNU Affero General Public License v3.0
45 stars 9 forks source link

Hidden apps are shown by default for new users #93

Open patrickbivona opened 4 years ago

patrickbivona commented 4 years ago

On the Nextcloud instance I manage, the system configuration of AppOrder hides all apps except for Files.

When a new user first logs in, all the application are shown in the menu, despite the system configuration. In the user's AppOrder setting page, the page shows only the Files app as selected while the other apps are unselected. If the user then changes the order of an app, the app links in the menu disappear, showing the expected state.

I would expect that on first log in, the menu shows only the apps selected in AppOrder.

The nextcloud config file has the 'defaultapp' => 'apporder' entry.