Skip to content
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

Closed
Aaron-von-Awesome opened this issue Apr 27, 2023 · 6 comments · Fixed by #4660
Closed

Upgrade to Nextcloud 26 removes "Overdue" column for "Upcoming cards" #4627

Aaron-von-Awesome opened this issue Apr 27, 2023 · 6 comments · Fixed by #4660

Comments

@Aaron-von-Awesome
Copy link

Aaron-von-Awesome commented Apr 27, 2023

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:

  1. Nextcloud 25 - A card with a due date of today - X days exists
  2. Nextcloud 25 - Click on "Upcoming Cards", the card described in step 1 shows up in the "Overdue" column
  3. Upgrade to Nextcloud 26
  4. Nextcloud 26 - Card created in step one no longer appears in the "Overdue" column of "Upcoming cards"

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.

2023-04-21_Selection_001

2023-04-21_Selection_003

Client details:

  • OS: Linux Mint 21
  • Browser Firefox
  • Version 112
  • Device: Desktop
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:

Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.

No errors have been found.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Enabled:

  • activity: 2.18.0
  • admin_audit: 1.16.0
  • bookmarks: 13.0.1
  • bruteforcesettings: 2.6.0
  • calendar: 4.3.3
  • circles: 26.0.0
  • cloud_federation_api: 1.9.0
  • comments: 1.16.0
  • contacts: 5.2.0
  • cookbook: 0.10.2
  • dashboard: 7.6.0
  • dav: 1.25.0
  • deck: 1.9.0
  • event_update_notification: 2.1.0
  • federatedfilesharing: 1.16.0
  • files: 1.21.1
  • files_downloadactivity: 1.16.0
  • files_external: 1.18.0
  • files_pdfviewer: 2.7.0
  • files_rightclick: 1.5.0
  • files_sharing: 1.18.0
  • files_trashbin: 1.16.0
  • files_versions: 1.19.1
  • gpoddersync: 3.8.0
  • groupfolders: 14.0.1
  • integration_openai: 1.0.5
  • integration_openstreetmap: 1.0.5
  • integration_youtube: 0.1.3
  • logreader: 2.11.0
  • lookup_server_connector: 1.14.0
  • maps: 1.0.2
  • memories: 5.0.5
  • news: 21.1.0
  • notes: 4.7.2
  • notifications: 2.14.0
  • oauth2: 1.14.0
  • password_policy: 1.16.0
  • photos: 2.2.0
  • privacy: 1.10.0
  • provisioning_api: 1.16.0
  • related_resources: 1.1.0-alpha1
  • richdocuments: 8.0.1
  • serverinfo: 1.16.0
  • settings: 1.8.0
  • sharebymail: 1.16.0
  • suspicious_login: 4.4.0
  • tables: 0.4.0
  • text: 3.7.2
  • theming: 2.1.1
  • twofactor_backupcodes: 1.15.0
  • twofactor_totp: 8.0.0-alpha.0
  • updatenotification: 1.16.0
  • viewer: 1.10.0
  • weather_status: 1.6.0
  • workflowengine: 2.8.0
    Disabled:
  • contactsinteraction: 1.7.0 (installed 1.0.0)
  • encryption: 2.14.0
  • federation: 1.16.0 (installed 1.9.0)
  • firstrunwizard: 2.15.0 (installed 2.10.0)
  • integration_peertube: 1.0.0 (installed 1.0.0)
  • nextcloud_announcements: 1.15.0 (installed 1.8.0)
  • recommendations: 1.5.0 (installed 0.7.0)
  • support: 1.9.0 (installed 1.4.0)
  • survey_client: 1.14.0 (installed 1.9.0)
  • systemtags: 1.16.0 (installed 1.10.0)
  • user_ldap: 1.16.0 (installed 1.16.0)
  • user_status: 1.6.0 (installed 1.0.1)

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

{
"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

@meierwitt
Copy link

meierwitt commented May 1, 2023

Yes, same here:

Nextcloud 26.0.1
Ubuntu 22.04
PHP 8.1
Chromium

After update from newes Nextcloud 25

Frank

@meierwitt
Copy link

Hi again,

some testing and the problem also exists with a new installation.

Frank

@brotkastn
Copy link

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!

@simonspa
Copy link
Contributor

simonspa commented May 9, 2023

@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!

@juliushaertl
Copy link
Member

Pushed a fix to #4660

@Aaron-von-Awesome
Copy link
Author

Thank you for resolving this so quickly! I am grateful for the effort that goes into the development of this project! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants