I am using the Summary Detail View, Top is NavBar and entity widget, bottom is grid. When I use the Nav bar to add the new entity it creates the entity fine.
In the Detail view I have the grid that displays all of the entities of that type. But when I add a new entity via the Nav bar it never shows in the grid.
When getting the grids initial values I am using an EntityQuery. Which if I am not wrong is suppose to always give me the entities in the cache for that type.
Why is my grid not showing the new value?