@Bakual my turn to say sorry I didnt check it before it was merged.
If you are in a modal when you click on the "add your first..." then the resultant page is the full page not the modal. See video
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-26 06:54:22 |
Closed_By | ⇒ | brianteeman |
Good find. Simplest fix would be to not show the create button when in a modal. Because you should actually use the "Create" button in the menuitem form to create a new article.?
We could also add a conditional in the view to only load the blankstate layout if not in a modal. We have such conditials already there to avoid loading the toolbar.
Loading the article form in the modal will probably get dirty as the current modal doesn't have any save buttons
I'm not sure what the expected behavior would be.