The BGraph and Grafer models are not loaded after a refresh of the bio view.
Because the name of the model is in the store and being fetched with @Getter models/getModelsList when the view is mounted the store has no value and the XHR fails.
How to reproduce
Open a Bio model
Wait until the bio view is loaded.
Refresh the page.
you can see in the XHR 404 error, that the model name is undefined
Why
The BGraph and Grafer models are not loaded after a refresh of the bio view.
Because the name of the model is in the store and being fetched with
@Getter models/getModelsList
when the view is mounted the store has no value and the XHR fails.How to reproduce
undefined