nextcloud / nextcloud/external
The icons do not appear in the order I have configured
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 132
- Forks
- 43
- Avg merge
- 15m
- Merged PRs (30d)
- 2
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Add sites
- Reorder sites
Expected behaviour
The icons should appear in the order listed.
Actual behaviour
Since I upgraded to Nextcloud Hub 25 Autumn (32.0.0) the icons do not appear in the order I have configured
Server configuration
Web server: Apache
Database: 10.11.13-MariaDB-0ubuntu0.24.04.1
PHP version: 8.2.4
Nextcloud version: Nextcloud Hub 25 Autumn (32.0.0)
List of activated apps
Enabled:
- activity: 5.0.0-dev.0
- assistant: 2.8.0
- bruteforcesettings: 5.0.0-dev.0
- circles: 32.0.0
- cloud_federation_api: 1.16.0
- comments: 1.22.0
- contactsinteraction: 1.13.1
- dashboard: 7.12.0
- dav: 1.34.2
- external: 7.0.0
- federatedfilesharing: 1.22.0
- federation: 1.22.0
- files: 2.4.0
- files_downloadlimit: 5.0.0-dev.0
- files_external: 1.24.0
- files_pdfviewer: 5.0.0-dev.0
- files_reminders: 1.5.0
- files_sharing: 1.24.0
- files_trashbin: 1.22.0
- files_versions: 1.25.0
- firstrunwizard: 5.0.0-dev.0
- integration_openai: 3.7.1
- logreader: 5.0.0-dev.0
- lookup_server_connector: 1.20.0
- mail: 5.5.6
- nextcloud_announcements: 4.0.0-dev.0
- notifications: 5.0.0-dev.0
- oauth2: 1.20.0
- onlyoffice: 9.11.0
- password_policy: 4.0.0-dev.0
- privacy: 4.0.0-dev.0
- profile: 1.1.0
- provisioning_api: 1.22.0
- recommendations: 5.0.0-dev.0
- related_resources: 3.0.0-dev.0
- serverinfo: 4.0.0-dev.0
- settings: 1.15.1
- sharebymail: 1.22.0
- support: 4.0.0-dev.0
- survey_client: 4.0.0-dev.0
- systemtags: 1.22.0
- text: 6.0.0-dev.0
- theming: 2.7.0
- twofactor_backupcodes: 1.21.0
- updatenotification: 1.22.0
- user_status: 1.12.0
- viewer: 5.0.0-dev.0
- weather_status: 1.12.0
- webhook_listeners: 1.3.0
- workflowengine: 2.14.0
Disabled: - admin_audit: 1.22.0
- app_api: 32.0.0 (installed 32.0.0)
- calendar: 6.0.0 (installed 6.0.0)
- contacts: 8.0.2 (installed 8.0.2)
- context_chat: 4.5.0 (installed 4.5.0)
- encryption: 2.20.0
- google_synchronization: 4.0.1 (installed 4.0.1)
- metadata: 0.22.0 (installed 0.22.0)
- news: 27.0.0 (installed 27.0.0)
- notes: 4.12.3 (installed 4.12.3)
- phonetrack: 0.9.1 (installed 0.9.1)
- photos: 5.0.0-dev.1 (installed 4.0.0-dev.1)
- richdocuments: 9.0.0 (installed 9.0.0)
- richdocumentscode: 25.4.504 (installed 25.4.504)
- spreed: 22.0.0 (installed 22.0.0)
- suspicious_login: 10.0.0-dev.0
- theming_customcss: 1.18.0 (installed 1.18.0)
- twofactor_nextcloud_notification: 6.0.0-dev.0
- twofactor_totp: 14.0.0
- user_ldap: 1.23.0
Nextcloud configuration
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"nc.vgcouso.es"
],
"default_phone_region": "ES",
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "32.0.0.13",
"overwrite.cli.url": "https://nc.vgcouso.es",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"trashbin_retention_obligation": "10,15",
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"memcache.local": "\OC\Memcache\APCu",
"filelocking.enabled": true,
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379,
"dbindex": 10,
"timeout": 1.5,
"password": "REMOVED SENSITIVE VALUE"
},
"maintenance": false,
"theme": "",
"loglevel": 2,
"log_rotate_size": 10485760,
"maintenance_window_start": 1,
"defaultapp": "dashboard,files",
"enable_previews": false
}
}
Browser
Browser name: Chrome
Browser version: Version 140.0.7339.208 (Build oficial) (64 bits)
Operating system: Windows 11 Pro 24h2
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the external repository by reproducing the issue in Nextcloud Hub 25 (32.0.0): add several sites, reorder them, and observe the displayed icons. Trace the code responsible for storing the configured site order and rendering the icons. Done means the icons appear in the same order as the configured sites.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100