Closed xeruf closed 3 months ago
Probably related to https://github.com/nextcloud/deck/issues/2090 and https://github.com/nextcloud/deck/issues/2749
I have the same problem and can reproduce it. I receive following errors:
Request-URL:
/apps/deck/stacks/123
Request-Body:
{"id":123,"title":"test","boardId":12,"deletedAt":0,"lastModified":0,"order":null,"ETag":"<some-random-string>"}
Response-Status:
400 Bad Request
Response-Body:
{"status":400,"message":"order must be provided and must be numeric"}
The problem is, that in the request body the order number is missing.
If I reorder a list before renaming it, the renaming works as expected.
Is there any news on this? We can still reproduce this in Nextcloud 27.1.4 with Deck Version 1.11.1.
I still can reproduce this in Nextcloud 28.0.3 with Deck version 1.12.2.
@estux Same here.
How to use GitHub
Describe the bug When I clone a board from another one, I can neither rename columns nor restore deleted ones
To Reproduce Steps to reproduce the behavior:
Expected behavior Things work
Server details
Operating System: | Linux 5.10.0-12-amd64 x86_64 -- | -- CPU: | Common KVM processor (8 cores) Memory: | 61.70 GB **Nextcloud version:** [Nextcloud Hub II](https://ftt.gmbh/) (23.0.2) **Where did you install Nextcloud from:** Running from helm chart as container managed by https://docs.stackspin.net/en/v0.8/applications.html#nextcloud ``` No errors have been found. ``` #### Nextcloud log (data/nextcloud.log) nothing relevant #### Browser Log PUT | https://example.org/apps/deck/stacks/20 fails with a 403 Forbidden while it works with a 200 for non-cloned boards