-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Nextcloud 26 removes "Overdue" column for "Upcoming cards" #4627
Comments
Yes, same here: Nextcloud 26.0.1 After update from newes Nextcloud 25 Frank |
Hi again, some testing and the problem also exists with a new installation. Frank |
Hello everyone, on my setup the overdue column is also missing. Sadly, since i am overwhelmed with todos currently, it was nearly the most used view 😮💨 Getting it back would be appreciated. Thank you! |
@juliushaertl any chance you could have a look at this? It's rather unfortunate that all cards that passed by a day without being resolved are simply "gone" (not displayed in the overview) despite being the most urgent ones. Thanks! |
Pushed a fix to #4660 |
Thank you for resolving this so quickly! I am grateful for the effort that goes into the development of this project! 😃 |
Describe the bug
Upon upgrading from Nextcloud 25 to Nextcloud 26, the "Overdue" column located under "Upcoming cards" disappears.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In Nextcloud 26, cards with a due date of today - X days (due date in the past) should appear in a column labeled "Overdue" under "Upcoming cards".
Screenshots
If applicable, add screenshots to help explain your problem.
Client details:
Server details
Operating system: Docker Container - https://hub.docker.com/r/linuxserver/nextcloud
Web server: NGINX (built into Docker Container)
Database: Maria DB 10.6.12
PHP version: 8.1.18 (built into Docker Container)
Nextcloud version: 26.0.1
Where did you install Nextcloud from: https://hub.docker.com/r/linuxserver/nextcloud
Signing status:
No errors have been found.
List of activated apps:
Enabled:
Disabled:
Nextcloud configuration:
{
"system": {
"memcache.local": "\OC\Memcache\APCu",
"datadirectory": "REMOVED SENSITIVE VALUE",
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE",
"REMOVED SENSITIVE VALUE"
],
"dbtype": "mysql",
"version": "26.0.1.1",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"maintenance": false,
"trusted_proxies": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "REMOVED SENSITIVE VALUE",
"overwritehost": "REMOVED SENSITIVE VALUE",
"overwriteprotocol": "https",
"theme": "",
"loglevel": 2,
"updater.release.channel": "stable",
"default_phone_region": "US",
"allow_local_remote_servers": true,
"tempdirectory": "/upload_file_cache/",
"updatedirectory": "/update_cache/",
"bulkupload.enabled": false,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "587",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"memories.exiftool": "/config/www/nextcloud/apps/memories/exiftool-bin/exiftool-amd64-musl",
"memories.vod.path": "/config/www/nextcloud/apps/memories/exiftool-bin/go-vod-amd64",
"memories.vod.ffmpeg": "/usr/bin/ffmpeg",
"memories.vod.ffprobe": "/usr/bin/ffprobe"
}
}
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
The text was updated successfully, but these errors were encountered: