Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Option to Publish is stuck

$
0
0

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?


Viewing all articles
Browse latest Browse all 9076

Trending Articles