Try our conversational search powered by Generative AI!

Delayed publish does not work after upgrade

Vote:
 

We noticed that scheduled publish does not work for a site we have just upgraded to 7.5.

The error we get is this:

17.2.1 Error when trying to publish delayed version 14816_65252

System.NotSupportedException: The property PageChangedOnPublish is read-only.
at EPiServer.Core.PropertyBoolean.set_Boolean(Boolean value)
at EPiServer.Core.PropertyData.SetPropertyValue(Object value, SetPropertyValueDelegate doSet)
at EPiServer.Core.PageData.set_SetChangedOnPublish(Boolean value)
at EPiServer.PageEventHandler.Invoke(Object sender, PageEventArgs e)
at EPiServer.Core.DefaultContentEvents.RaiseCorrespondingPageEvent(String key, ContentEventArgs eventArgs)
at EPiServer.Core.DefaultContentEvents.RaiseCancellableContentEvent(String key, String defaultReason, ContentEventArgs eventArgs)
at EPiServer.Core.DefaultContentRepository.Publish(ContentReference contentLink, Nullable`1 delayPublishUntil, AccessLevel access)
at EPiServer.Core.ContentRepository.Publish(ContentReference contentLink, AccessLevel access)
at EPiServer.Util.DelayedPublishJob.PublishContent(IContentRepository publicContentRepository, ContentRepository internalContentRepository, JobStatus status)

Anyone seen this?

#113298
Nov 18, 2014 11:03
Vote:
 

The problem I had was that I had implemented that I always set the flag PageChagedOnPublish to true.

This I do in the PublishingPage-event and it works fine on a normal publish but when there is a delayed publish the page object is read only.

This was working in 7.1 and I can not find anything about it in the breaking changes document.

Anyone know why this has changed?

#113303
Nov 18, 2014 12:19
Vote:
 

There is a configuration settings: UIDefaultValueForSetChangedOnPublish, that you should be able to use to accomplish this in a EPiServer 7.5 site. This also gives the editor an option to unset this for specific content instances, for instance when just updating a spell change.

#113360
Nov 19, 2014 11:00
Vote:
 

Thanks Linus, this was exactly what I was looking for in the first place. Changing to this now.

#113364
Nov 19, 2014 11:27
Vote:
 

Linus, is this possible to accomplish on just one spesific page type? I.e with some kind of event? Seems like the properties SetChangedOnPublish and this[MetaDataProperties.PageChangedOnPublish] is read only. 

#178368
May 10, 2017 8:49
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.