nextcloud / deck

🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello
https://apps.nextcloud.com/apps/deck
GNU Affero General Public License v3.0
1.22k stars 276 forks source link

Deck List (Column) Order Not as set in Desktop and Does Not Match Deck Mobile App List #5422

Open reidellawfirm opened 10 months ago

reidellawfirm commented 10 months ago

To Reproduce Steps to reproduce the behavior:

  1. Go to Deck module
  2. Click on Deck List and view columns
  3. View Deck List on Mobile Deck app
  4. The order of columns in the Deck, the list, is not in the same order as how I arranged it originally and it does not match the Deck mobile app Deck list view. The mobile Deck app orders the columns correctly.

Expected behavior That the desktop Deck list columns order would be the same as the mobile Deck app list column order.

Screenshots See screenshots of the mobile app deck list and the desktop browser view of the Deck list column order.

Client details:

Operating system:

Web server: Nextcloud AIO, Nextcloud Hub 6 (27.1.4)

Database:

PHP version:

Nextcloud version: (see Nextcloud admin page)

Where did you install Nextcloud from:

Signing status:

"system": { "one-click-instance": true, "one-click-instance.user-limit": 100, "memcache.local": "\OC\Memcache\APCu", "apps_paths": [ { "path": "\/var\/www\/html\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/www\/html\/custom_apps", "url": "\/custom_apps", "writable": true } ], "appsallowlist": [], "check_data_directory_permissions": false, "memcache.distributed": "\OC\Memcache\Redis", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "password": "REMOVED SENSITIVE VALUE", "port": 6379 }, "overwritehost": "cloud.com", "overwriteprotocol": "https", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "localhost", "cloud.com" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "pgsql", "version": "27.1.4.1", "overwrite.cli.url": "https:\/\/cloud.com\/", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "instanceid": "REMOVED SENSITIVE VALUE", "maintenance": false, "loglevel": "2", "log_type": "file", "logfile": "\/var\/www\/html\/data\/nextcloud.log", "log_rotate_size": "10485760", "log.condition": { "apps": [ "admin_audit" ] }, "preview_max_x": "2048", "preview_max_y": "2048", "jpeg_quality": "60", "enabledPreviewProviders": { "1": "OC\Preview\Image", "2": "OC\Preview\MarkDown", "3": "OC\Preview\MP3", "4": "OC\Preview\TXT", "5": "OC\Preview\OpenDocument", "6": "OC\Preview\Movie", "7": "OC\Preview\Krita", "0": "OC\Preview\Imaginary" }, "enable_previews": true, "upgrade.disable-web": true, "mail_smtpmode": "smtp", "trashbin_retention_obligation": "auto, 30", "versions_retention_obligation": "auto, 30", "activity_expire_days": "30", "simpleSignUpLink.shown": false, "share_folder": "\/Shared", "one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/", "upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726", "updatedirectory": "\/nc-updater", "davstorage.request_timeout": 3600, "htaccess.RewriteBase": "\/", "dbpersistent": false, "files_external_allow_create_new_local": false, "trusted_proxies": "REMOVED SENSITIVE VALUE", "allow_local_remote_servers": true, "preview_imaginary_url": "http:\/\/nextcloud-aio-imaginary:9000", "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_sendmailmode": "smtp", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpauth": 1, "mail_smtpport": "465", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE" }

reidellawfirm commented 10 months ago

If there is a way to order the Deck columns or make sure that they appear consistently across the desktop website view and the Deck mobile app, please let me know. I haven't been able to find any details in the NC Deck docs or the issues here on github.