-
Notifications
You must be signed in to change notification settings - Fork 284
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
[Bug]: Cannot rename Deck List #3633
Comments
What do you mean with
? Is there an error message? A red border or an exclamation mark? Is the input not editable at all? Does the new entered list title stay or revert to the old one? ...? Was it possible for you to rename a list in a previous version? Please try to be more verbose when describing a bug, we can't see what you see 😉 What is the log of the browser console? (Press F12 and switch to the Console tab) |
I encountered the same error using the same setup except I used apache2. The bug is reproducible on another docker fresh install.
There is no error message on the webpage.
The input is still editable but the title stays after entering Looking into the console shows the a '403 Forbidden' with response like this: The deck app from F-droid showed a more detailed error info, but the key message is still permission denied. |
As descried by @Milokata, I can enter into the edit box but the List Name reverts when I press enter. I can properly rename on the previous version. This only happened when I upgraded to Deck 1.6.1 from Deck 1.6.0. No error message was encountered. |
I see an error 500 in the browser JS console when renaming a stack:
NC running behind a reverse proxy, using nginx on the nextcloud host. NC 23.0.2 / Deck 1.6.1 edit: This is very funny. Now I see also a 403 in the log:
Not sure why that changed though. I only upgraded to 23.0.3 yesterday. |
Can confirm, dev console show request returns 403 RequestRequest URL: https://[URL redacted]/apps/deck/stacks/83
Request Method: PUT PayloadETag: "cfcd208495d565ef66e7dff9f98764da"
boardId: 20
deletedAt: 0
id: 83
lastModified: 0
order: 2
title: "FE Event" Responsemessage: "Permission denied"
status: 403
|
Fix is in #3670 |
Bug description
Cannot rename Deck List after updating Deck 1.6.0 to Deck 1.6.1
Steps to reproduce
Expected behavior
The List can be renamed by Users who can manage the Board.
Installation method
Manual installation
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 22.2.3 to 22.2.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: