When editing a page in EPiServer Commerce and then pressing "Publish" the page is published however the option to "Publish" keeps showing. Everything is fine when I refresh the page and the changes are there.
It happens on pages where I disabled the OnPageEditView using a UI Descriptor:
DisabledViews = new List<string> { CmsViewNames.OnPageEditView };I can't seem to find a workaround for this bug other than perhaps force a page refresh which would likely annoy the editor.
Do any of you have an idea how to solve this issue?