You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Since the recent updates, especially on Nextcloud 31, Deck no longer show the overall activities of a Deck anymore. Show single-deck-card activity history works, as well as going to the Global Nextcloud Activities. However, being in a specific Deck and opening the right panel does not show any activitiy.
To Reproduce
Steps to reproduce the behavior:
Go to Deck, select an existing Deck where activities were done in the past
Click on upper right icon to open the right-sided panel, click on "Activity"
The list is empty, even though activities were performed
Expected behavior
Show all activities of that specific deck, as it was before
Screenshots
Client details:
OS: mac
Browser Safari
Version 15
Device: mac
Operating system:
Ubuntu 20.04 Web server:
Apache Database:
MySQL PHP version:
8.3 Nextcloud version: (see Nextcloud admin page)
31.0.2 Where did you install Nextcloud from:
Download Signing status:
OK
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
no
</details>
<details>
<summary>Logs</summary>
#### Nextcloud log (data/nextcloud.log)
nothing on deck in the log
The text was updated successfully, but these errors were encountered:
Hi @mkrecek234, thanks for reporting the issue. I was able to reproduce it.
It seems like a sole UI bug, as the network request is still done and has all the activities in the response. I've not seen any suspicious error messages in the browser though.
How to use GitHub
Describe the bug
Since the recent updates, especially on Nextcloud 31, Deck no longer show the overall activities of a Deck anymore. Show single-deck-card activity history works, as well as going to the Global Nextcloud Activities. However, being in a specific Deck and opening the right panel does not show any activitiy.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Show all activities of that specific deck, as it was before
Screenshots

Client details:
Operating system:
Ubuntu 20.04
Web server:
Apache
Database:
MySQL
PHP version:
8.3
Nextcloud version: (see Nextcloud admin page)
31.0.2
Where did you install Nextcloud from:
Download
Signing status:
OK
Disabled:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"cloud.habelschwerdt.de"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "31.0.2.1",
"overwrite.cli.url": "https://cloud.habelschwerdt.de",
"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,
"overwritehost": "cloud.habelschwerdt.de",
"overwriteprotocol": "https",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "25",
"filelocking.enabled": true,
"memcache.locking": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\Redis",
"memcache.distributed": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": "6379",
"password": "REMOVED SENSITIVE VALUE",
"dbindex": 0,
"timeout": 0
},
"default_phone_region": "DE",
"updater.release.channel": "stable",
"theme": "",
"loglevel": 0,
"app_install_overwrite": [
"files_mindmap",
"files_linkeditor",
"polls",
"extract",
"appointments",
"apporder",
"talk_matterbridge",
"integration_whiteboard",
"news",
"approval",
"files_trackdownloads",
"quota_warning",
"vdirsyncerui",
"pdfannotate"
],
"maintenance": false,
"maintenance_window_start": 1,
"mail_smtpauth": 1,
"mail_smtpauthtype": "LOGIN",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"remember_login_cookie_lifetime": 1296000,
"session_keepalive": true,
"session_lifetime": 259200,
"auto_logout": false
}
}
nothing on deck in the log
The text was updated successfully, but these errors were encountered: