[Question] top-side-menu-apps not the ones that were selected #416

Closed
opened 2025-04-28 05:27:00 +02:00 by Galileo23 · 2 comments

Environment

  • Custom menu version: 5.0.1
  • Nextcloud version: 31.0.3
  • PHP version: 8.2.28
  • Web server (Nginx, Apache2): Apache2
  • Web browser and version (Firefox 80, Google Chrome 74, etc): Google Chrome 135.0.7049.115

Configuration

{
  "add-logo-link": true,
  "always-displayed": false,
  "apps-categories-custom": {
    "files": null,
    "dashboard": null,
    "mail": null,
    "external_index3": null,
    "external_index4": null,
    "external_index1": null,
    "external_index2": null,
    "activity": null,
    "photos": null,
    "tasks": null,
    "calendar": null,
    "deck": null,
    "forms": null,
    "cookbook": null,
    "contacts": null
  },
  "apps-order": [
    "audioplayer",
    "tasks",
    "files",
    "mail",
    "calendar",
    "spreed",
    "activity",
    "dashboard",
    "deck",
    "forms",
    "photos",
    "cookbook",
    "contacts",
    "collectives",
    "external_index3",
    "external_index4",
    "external_index1",
    "external_index2"
  ],
  "background-color": "#4c615d",
  "background-color-opacity": 100,
  "background-color-to": "#4c615d",
  "big-menu": false,
  "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": "#435552",
  "dark-mode-background-color": "#4c615d",
  "dark-mode-background-color-opacity": 100,
  "dark-mode-background-color-to": "#4c615d",
  "dark-mode-current-app-background-color": "#435552",
  "dark-mode-icon-invert-filter": 0,
  "dark-mode-icon-opacity": 100,
  "dark-mode-loader-color": "#e9bc8c",
  "dark-mode-opener": "side-menu-opener",
  "dark-mode-text-color": "#ffffff",
  "default-enabled": true,
  "display-logo": true,
  "external-sites-in-top-menu": false,
  "force": false,
  "force-light-icon": false,
  "icon-invert-filter": 0,
  "icon-opacity": 100,
  "loader-color": "#e9bc8c",
  "loader-enabled": true,
  "opener": "side-menu-opener",
  "opener-hover": true,
  "opener-only": false,
  "opener-position": "before",
  "show-settings": false,
  "side-with-categories": true,
  "size-icon": "normal",
  "size-text": "normal",
  "target-blank-apps": [],
  "text-color": "#ffffff",
  "top-menu-apps": [
    "2",
    "files",
    "mail",
    "calendar",
    "deck"
  ],
  "top-menu-mouse-over-hidden-label": 2,
  "top-side-menu-apps": [
    "2",
    "files",
    "mail",
    "calendar",
    "deck"
  ],
  "use-avatar": false
}

Steps to reproduce

No response

Observed Results

The selected apps in the settings are not the ones shown above.

Expected Results

The apps selected in the settings should be displayed

More informations

I have had this problem for a while and reinstalling the side menu app has not changed anything. I am also surprised by the entry in the list with the "2"

### Environment * Custom menu version: 5.0.1 * Nextcloud version: 31.0.3 * PHP version: 8.2.28 * Web server (Nginx, Apache2): Apache2 * Web browser and version (Firefox 80, Google Chrome 74, etc): Google Chrome 135.0.7049.115 ### Configuration ``` { "add-logo-link": true, "always-displayed": false, "apps-categories-custom": { "files": null, "dashboard": null, "mail": null, "external_index3": null, "external_index4": null, "external_index1": null, "external_index2": null, "activity": null, "photos": null, "tasks": null, "calendar": null, "deck": null, "forms": null, "cookbook": null, "contacts": null }, "apps-order": [ "audioplayer", "tasks", "files", "mail", "calendar", "spreed", "activity", "dashboard", "deck", "forms", "photos", "cookbook", "contacts", "collectives", "external_index3", "external_index4", "external_index1", "external_index2" ], "background-color": "#4c615d", "background-color-opacity": 100, "background-color-to": "#4c615d", "big-menu": false, "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": "#435552", "dark-mode-background-color": "#4c615d", "dark-mode-background-color-opacity": 100, "dark-mode-background-color-to": "#4c615d", "dark-mode-current-app-background-color": "#435552", "dark-mode-icon-invert-filter": 0, "dark-mode-icon-opacity": 100, "dark-mode-loader-color": "#e9bc8c", "dark-mode-opener": "side-menu-opener", "dark-mode-text-color": "#ffffff", "default-enabled": true, "display-logo": true, "external-sites-in-top-menu": false, "force": false, "force-light-icon": false, "icon-invert-filter": 0, "icon-opacity": 100, "loader-color": "#e9bc8c", "loader-enabled": true, "opener": "side-menu-opener", "opener-hover": true, "opener-only": false, "opener-position": "before", "show-settings": false, "side-with-categories": true, "size-icon": "normal", "size-text": "normal", "target-blank-apps": [], "text-color": "#ffffff", "top-menu-apps": [ "2", "files", "mail", "calendar", "deck" ], "top-menu-mouse-over-hidden-label": 2, "top-side-menu-apps": [ "2", "files", "mail", "calendar", "deck" ], "use-avatar": false } ``` ### Steps to reproduce _No response_ ### Observed Results The selected apps in the settings are not the ones shown above. ### Expected Results The apps selected in the settings should be displayed ### More informations I have had this problem for a while and reinstalling the side menu app has not changed anything. I am also surprised by the entry in the list with the "2"
Owner

Hello!

Global settings could be overrided with personnal settings. Have you check it?

Hello! Global settings could be overrided with personnal settings. Have you check it?
Author

Yes. I was dumb. My bad. Thank you!!! :)

Yes. I was dumb. My bad. Thank you!!! :)
deblan 2025-05-13 06:44:12 +02:00
deblan changed title from [Bug] top-side-menu-apps not the ones that were selected to [Question] top-side-menu-apps not the ones that were selected 2025-05-13 06:44:49 +02:00
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#416
No description provided.