[Bug] Changes in "Applications kept in the top menu" are not applied #279

Closed
opened 2023-07-31 11:49:02 +02:00 by DecaTec · 2 comments

Environment

  • Custom menu version: 3.10.3
  • Nextcloud version: 26.0.4
  • PHP version: 8.1
  • Web server (Nginx, Apache2): nginx
  • Web browser and version (Firefox 80, Google Chrome 74, etc): Firefox/Chrome/Brave - doesn't matter

Configuration

{
    "add-logo-link": "1",
    "always-displayed": "0",
    "apps-categories-custom": "[]",
    "apps-order": "[\"dashboard\",\"files\",\"calendar\",\"contacts\",\"tasks\",\"deck\",\"spreed\",\"maps\",\"memories\",\"news\",\"bookmarks\",\"cookbook\",\"keeweb\",\"phonetrack\",\"activity\",\"announcementcenter\",\"photos\"]",
    "background-color": "#cc4d00",
    "background-color-opacity": "100",
    "background-color-to": "#cc4d00",
    "big-menu": "0",
    "big-menu-hidden-apps": "[]",
    "categories-custom": "[]",
    "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]",
    "categories-order-type": "default",
    "current-app-background-color": "#b34400",
    "dark-mode-background-color": "#cc4d00",
    "dark-mode-background-color-opacity": "100",
    "dark-mode-background-color-to": "#cc4d00",
    "dark-mode-current-app-background-color": "#b34400",
    "dark-mode-icon-invert-filter": "0",
    "dark-mode-icon-opacity": "100",
    "dark-mode-loader-color": "#ffffff",
    "dark-mode-opener": "side-menu-opener",
    "dark-mode-text-color": "#ffffff",
    "default-enabled": "1",
    "display-logo": "1",
    "enabled": "yes",
    "force": "0",
    "hide-when-no-apps": "0",
    "icon-invert-filter": "0",
    "icon-opacity": "100",
    "installed_version": "3.10.3",
    "loader-color": "#ff8033",
    "loader-enabled": "1",
    "opener": "side-menu-opener",
    "opener-hover": "0",
    "opener-only": "0",
    "opener-position": "before",
    "show-settings": "1",
    "side-with-categories": "0",
    "size-icon": "normal",
    "size-text": "normal",
    "target-blank-apps": "[]",
    "text-color": "#ffffff",
    "top-menu-apps": "[\"deck\",\"tasks\",\"maps\",\"keeweb\",\"phonetrack\",\"dashboard\",\"announcementcenter\",\"contacts\",\"news\",\"bookmarks\",\"spreed\",\"activity\",\"calendar\",\"memories\",\"cookbook\",\"files\"]",
    "top-menu-mouse-over-hidden-label": "2",
    "top-side-menu-apps": "[\"deck\",\"tasks\",\"maps\",\"keeweb\",\"phonetrack\",\"dashboard\",\"announcementcenter\",\"contacts\",\"news\",\"bookmarks\",\"spreed\",\"activity\",\"calendar\",\"memories\",\"cookbook\",\"files\"]",
    "types": "",
    "use-avatar": "0"
}

Steps to reproduce

Just change the option "Applications kept in the top menu", e.g. activate or deactivate an app here.

The problem occurred for me as I installed a new app (Deck) and wasn't able to integrate it in the top menu at all.

Observed Results

It doesn't matter which apps you activate or deactivate in "Applications kept in the top menu", the top menu apps are always the same.

However, changing the order of the top menu apps works - at least for the apps already shown.

Expected Results

When activating/deactivating an app in "Applications kept in the top menu", the app shold be shown/not shown in the top menu.

More informations

No response

### Environment * Custom menu version: 3.10.3 * Nextcloud version: 26.0.4 * PHP version: 8.1 * Web server (Nginx, Apache2): nginx * Web browser and version (Firefox 80, Google Chrome 74, etc): Firefox/Chrome/Brave - doesn't matter ### Configuration ``` { "add-logo-link": "1", "always-displayed": "0", "apps-categories-custom": "[]", "apps-order": "[\"dashboard\",\"files\",\"calendar\",\"contacts\",\"tasks\",\"deck\",\"spreed\",\"maps\",\"memories\",\"news\",\"bookmarks\",\"cookbook\",\"keeweb\",\"phonetrack\",\"activity\",\"announcementcenter\",\"photos\"]", "background-color": "#cc4d00", "background-color-opacity": "100", "background-color-to": "#cc4d00", "big-menu": "0", "big-menu-hidden-apps": "[]", "categories-custom": "[]", "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]", "categories-order-type": "default", "current-app-background-color": "#b34400", "dark-mode-background-color": "#cc4d00", "dark-mode-background-color-opacity": "100", "dark-mode-background-color-to": "#cc4d00", "dark-mode-current-app-background-color": "#b34400", "dark-mode-icon-invert-filter": "0", "dark-mode-icon-opacity": "100", "dark-mode-loader-color": "#ffffff", "dark-mode-opener": "side-menu-opener", "dark-mode-text-color": "#ffffff", "default-enabled": "1", "display-logo": "1", "enabled": "yes", "force": "0", "hide-when-no-apps": "0", "icon-invert-filter": "0", "icon-opacity": "100", "installed_version": "3.10.3", "loader-color": "#ff8033", "loader-enabled": "1", "opener": "side-menu-opener", "opener-hover": "0", "opener-only": "0", "opener-position": "before", "show-settings": "1", "side-with-categories": "0", "size-icon": "normal", "size-text": "normal", "target-blank-apps": "[]", "text-color": "#ffffff", "top-menu-apps": "[\"deck\",\"tasks\",\"maps\",\"keeweb\",\"phonetrack\",\"dashboard\",\"announcementcenter\",\"contacts\",\"news\",\"bookmarks\",\"spreed\",\"activity\",\"calendar\",\"memories\",\"cookbook\",\"files\"]", "top-menu-mouse-over-hidden-label": "2", "top-side-menu-apps": "[\"deck\",\"tasks\",\"maps\",\"keeweb\",\"phonetrack\",\"dashboard\",\"announcementcenter\",\"contacts\",\"news\",\"bookmarks\",\"spreed\",\"activity\",\"calendar\",\"memories\",\"cookbook\",\"files\"]", "types": "", "use-avatar": "0" } ``` ### Steps to reproduce Just change the option "Applications kept in the top menu", e.g. activate or deactivate an app here. The problem occurred for me as I installed a new app (Deck) and wasn't able to integrate it in the top menu at all. ### Observed Results It doesn't matter which apps you activate or deactivate in "Applications kept in the top menu", the top menu apps are always the same. However, changing the order of the top menu apps works - at least for the apps already shown. ### Expected Results When activating/deactivating an app in "Applications kept in the top menu", the app shold be shown/not shown in the top menu. ### More informations _No response_
DecaTec added the
bug
label 2023-07-31 11:49:02 +02:00
DecaTec changed title from [Bug] Changes "Applications kept in the top menu" are not applied to [Bug] Changes in "Applications kept in the top menu" are not applied 2023-07-31 11:49:25 +02:00
Author

I've just found the cause of the problem: With the user in question, I changed the custom menu settings in the personal NC settings. This overwrites the admin settings of custom menu.
Question: Is it possible to reset the personal settings so that the default (admin) settings are applied to custom menu?
Only solution now would be to force the admin settings of the app for all users.

I've just found the cause of the problem: With the user in question, I changed the custom menu settings in the personal NC settings. This overwrites the admin settings of custom menu. Question: Is it possible to reset the personal settings so that the default (admin) settings are applied to custom menu? Only solution now would be to force the admin settings of the app for all users.
Owner

Hi,

Fow now, it's not possible to reset personal settings. Admin settings can me forced to all users.

I close your issue but feel free to reopen it if needed!

Hi, Fow now, it's not possible to reset personal settings. Admin settings can me forced to all users. I close your issue but feel free to reopen it if needed!
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: deblan/side_menu#279
No description provided.