You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been able to get a 100% repro on this issue, but I know it exists.
Basically, when I'm storing draft revisions and I create a page part in one of the drafts, there is some condition that actually publishes that page part even though I don't want it on the live site.
The workflow is similar to:
Create and publish a page with some logic that conditionally adds a certain page part, e.g.:
while in draft mode, create the 'not_live' page part and add content.
save, again, as draft
go to the live page and notice the draft, "not_live", content is on the page.
This setup is similar to how I have a site setup where layouts are conditionally adding a page part if it exists. Having the initial page part's content show up on the live site is not good.
Thanks!
The text was updated successfully, but these errors were encountered:
I have not been able to get a 100% repro on this issue, but I know it exists.
Basically, when I'm storing draft revisions and I create a page part in one of the drafts, there is some condition that actually publishes that page part even though I don't want it on the live site.
The workflow is similar to:
<r:if_content part="not_live">
<r:content part="not_live">
/r:if_content
This setup is similar to how I have a site setup where layouts are conditionally adding a page part if it exists. Having the initial page part's content show up on the live site is not good.
Thanks!
The text was updated successfully, but these errors were encountered: