Hi There,
I’ve got a basic Admin UI Extension I’ve developed. It’s an admin action. I’m working on the draft orders detail page. I’m able to use the admin action to update draft order via graphQL. The problem I’m having is that I can’t find any way via the APIs available from within the admin action to reload the data on the underlying page. The component seems like the only way to do this, but it does not seem to be compatible with the admin action modals since the contextual save bar shows below the modal overlay and disappears on the admin action apis’s close event.
I also thought the navigation api would let me reload the page, but I cannot get the navigate to work to perform an admin page reload or navigate anywhere in the admin really. After researching this for a while it seems that the navigation api was maybe removed from admin actions?
How do you reload after a save on an admin action? or force the underlying resource page to fetch the new data?