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

API returns parent categories as null #141

Open
flexlixrup opened this issue Jun 13, 2023 · 0 comments
Open

API returns parent categories as null #141

flexlixrup opened this issue Jun 13, 2023 · 0 comments
Labels
planned Will be worked on in the near future.

Comments

@flexlixrup
Copy link

{ "id": "f25845a1-f458-4637-a700-2e30cf110fc1", "name": "Getränke", "subCategories": [ { "id": "26c783ee-006f-406d-958c-157b67f8545b", "name": "Alkohol", "subCategories": [ { "id": "af346803-e874-4086-8727-8cc286d841c7", "name": "Bier", "subCategories": [], "parentCategory": null }, { "id": "3e69a323-ab59-4638-bef2-32682fb5ba0d", "name": "Sekt", "subCategories": [], "parentCategory": null }, { "id": "3832ff32-fe8e-482a-927d-42459816a441", "name": "Spirituosen", "subCategories": [], "parentCategory": null }, { "id": "f60a7755-cb8b-4ee7-a875-eadcdada3726", "name": "Wein", "subCategories": [], "parentCategory": null } ], "parentCategory": null }, { "id": "8f8a4623-77e4-41dd-b3eb-fb7df13de774", "name": "Fruchtsaft", "subCategories": [], "parentCategory": null }, { "id": "478d6109-771c-407c-bf1c-3097be80c4e7", "name": "Kaffee", "subCategories": [], "parentCategory": null }, { "id": "e85d2da2-f4f6-42c4-81d1-60c017830cf0", "name": "Limonade", "subCategories": [], "parentCategory": null }, { "id": "ca7a607d-bcd5-43c8-a08b-5024938b7cdc", "name": "Tee", "subCategories": [], "parentCategory": null }, { "id": "26519f6c-0913-4d6d-95cb-31bd27aa36e4", "name": "Wasser", "subCategories": [], "parentCategory": null } ], "parentCategory": null },

The API request for categories returns all parentCategories of subcategories as null instead of the expected parent category

@Zumpel96 Zumpel96 added the planned Will be worked on in the near future. label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned Will be worked on in the near future.
Projects
None yet
Development

No branches or pull requests

2 participants