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
electronics4fun
changed the title
API: generating a category with parent no longer working with version > 1.10.4
API: generating a category with parent no longer working with version 1.10.6
Feb 6, 2024
…created/edited via API
This fixes issue #512.
The error was introduced when trying to allow the modification of attachments/parameters throught the parent element. We need a seperate write scope to the element, or we end up with an infinite loop.
Describe the bug
Using the API for generating a category is no longer working with version 1.10.5 and 1.10.6.
Is working with version 1.10.4
To Reproduce
transfered json in "/api/categories" with POST:
{"name": "Terminals", "parent": "/api/categories/3"}
(categorie id 3 is valid)
(Un)Expected behavior
call resonses with error code 500 (Internal Error)
Additional context
docker image was used
The text was updated successfully, but these errors were encountered: