We changed the structure of the frontend.
The hook useSelectedProject is now not required anymore, we can mostly use the uuid from the url.
The usage of useSelectedProject also leads to the bug that the ProjectStatus is not correctly beeing updated on the ProjectDetails Page when coming from the ProjectList.
We changed the structure of the frontend.
The hook
useSelectedProjectis now not required anymore, we can mostly use the uuid from the url.The usage of useSelectedProject also leads to the bug that the ProjectStatus is not correctly beeing updated on the ProjectDetails Page when coming from the ProjectList.