Closed astanik closed 4 months ago
@FelixSiegfriedRiedel My guess is that the project is not in the list of projects in the ProjectStore and thus also not an option in the DropDown. You should refresh the list of projects in the ProjectStore after the new project was created.
Alternatively, we can leave this as bug. You should focus on your KAB issue and on completing your pull request
I was looking at it again but even after calling projectStore.refreshProjectList()
I had no success. I will leave this as a bug.
I struggle to resolve why the top bar is not updating.
I turned it into a component in #121 that works as expected but the bug still persists even though the
newProject
object is passed toprojectStore
when a new project is created.