No cards showing in 'No due' column on Upcoming cards view
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.
Describe the bug
No cards are showing in the "No due" column whether or not they are assigned to me.
To Reproduce Steps to reproduce the behavior:
- Create a board
- Add at least one card to the board
- Navigate to the "Upcoming cards" view
- Error - no cards are shown in the "No due" column
Expected behavior Assuming that "No due" means cards with no due date set then I expect to see all cards (visible to me) with no due date set in the "No due" column
Screenshots See attached
Client details:
- OS: macOS 10.14.6
- Browser: Firefox 83.0
- Device: Macbook Pro
Server details
Operating system: Ubuntu 20.04.1 LTS
Web server: Apache 2.4
Database: MySQL 8.0.22
PHP version: 7.4.3
Nextcloud version: 20.0.2
Where did you install Nextcloud from: Manual, downloaded from nextcloud
Signing status:
No errors have been found.
List of activated apps: Enabled:
- accessibility: 1.6.0
- activity: 2.13.3
- bruteforcesettings: 2.0.1
- cloud_federation_api: 1.3.0
- comments: 1.10.0
- contactsinteraction: 1.1.0
- dashboard: 7.0.0
- dav: 1.16.1
- deck: 1.2.2
- external: 3.7.1
- federatedfilesharing: 1.10.1
- federation: 1.10.1
- files: 1.15.0
- files_pdfviewer: 2.0.1
- files_rightclick: 0.17.0
- files_sharing: 1.12.0
- files_trashbin: 1.10.1
- files_versions: 1.13.0
- files_videoplayer: 1.9.0
- firstrunwizard: 2.9.0
- logreader: 2.5.0
- lookup_server_connector: 1.8.0
- notifications: 2.8.0
- oauth2: 1.8.0
- password_policy: 1.10.1
- photos: 1.2.0
- privacy: 1.4.0
- provisioning_api: 1.10.0
- recommendations: 0.8.0
- richdocuments: 3.7.11
- richdocumentscode: 6.4.14
- serverinfo: 1.10.0
- settings: 1.2.0
- sharebymail: 1.10.0
- support: 1.3.0
- systemtags: 1.10.0
- text: 3.1.0
- theming: 1.11.0
- twofactor_backupcodes: 1.9.0
- updatenotification: 1.10.0
- user_status: 1.0.1
- viewer: 1.4.0
- weather_status: 1.0.0
- workflowengine: 2.2.0 Disabled:
- admin_audit
- encryption
- files_external
- maps
- nextcloud_announcements
- survey_client
- user_ldap
Nextcloud configuration: { "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusted_domains": [ "cloud.local" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "20.0.2.2", "overwrite.cli.url": "http://cloud.local/", "htaccess.RewriteBase": "/", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "mail_smtpmode": "smtp", "mail_smtpauth": 1, "mail_sendmailmode": "smtp", "mail_smtpauthtype": "PLAIN", "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpport": "587", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE", "mail_smtpsecure": "tls", "maintenance": false, "theme": "", "loglevel": 2 } }
Are you using an external user-backend, if yes which one: NO
Logs
Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Similarly having this issue @juliushaertl (sorry I know 👍 is probably enough)
Could it be that card are only show, when a deck ist shared und signed to a user?
Could it be that card are only show, when a deck ist shared und signed to a user?
@MartinBK25 just tried it, it is working the same here.
When I do have a Deck where Im the only user, I do not see cards in No Due, even when Im assigned to the cards. But as soon as I share the Deck with another user, it is in No Due. But it feels like a bug, not a feature to me.
I guess it's a bug, too.
It would be great if I could disable a board for "Upcomming cards". I guess this is a feature request.
any updates on this?
@Seriousness Please use GitHub reactions 👍 to show that you are affected by the same issue. Comments without any new information will slow down the development since the issues are harder to read and understand.
Let me post a little tool we wrote to understand how the status quo implementation of the upcoming cards view works: https://upcoming-analyzer.niedermann.it
The Deck Android app aims to mimic the Deck server behavior, therefore consider the tool to be a neutral documentation of the status quo. It does not resolve this issue or make any suggestions about how the behavior should be changed, but it might be helpful to understand the current implementation.
This bug :
- occurs on version 1.7.1 dedicated to Nextcloud 24
- doesn't occur on version 1.6.3 dedicated to Nextcloud 23