Hi,
We use the following snippet a lot to refresh the page when we have performed some changes (for example, with a task menu dialog):
eventData.setNavigateTo("soprotocol:main[refresh=true]");
I have noticed that this does not refresh the archives of an entity (anymore), not sure if this is due to the new UI.
My assumptation is that this should also refresh the archives of the page (atleast the one currently active), but since you are explicity setting main in the soprotocol, I am not completely sure?
So is this intended behavior? (in that cas, how to refresh the currently active archive?) or a bug