Skip to content

Releases: SitecoreSupport/Sitecore.Support.28056

2.1.0.0

27 Nov 15:24
Compare
Choose a tag to compare

Description

When publishing clones an exception is thrown, if an origin item no longer exists.

Compatibility

The release was built for and tested with the following Sitecore products in bare condition (no hotfixes, patches or other customizations, unless explicitly specified):

  • Sitecore Publishing Service 2.1.0 rev. 171009 (Initial Release)

Contents

  • bin/Sitecore.Support.28056.dll

Installation

For all Publish Service Host instances in the solution:

  1. Make a backup of the files mentioned in Contents section and listed in the installation instruction (if any).
  2. Copy the Sitecore.Support.28056.dll file from the bin folder to the root folder of your Publishing service, overwrite existing files if any conflicts occur.
  3. Open the /config/sitecore/publishing/sc.publishing.services.xml file and replace the
 <Type>Sitecore.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Framework.Publishing</Type>

line with the following one:

<Type>Sitecore.Support.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Support.28056</Type>
  1. Replace the
 <Type>Sitecore.Framework.Publishing.PublishJobQueue.Handlers.IncrementalPublishHandler, Sitecore.Framework.Publishing</Type>

line with the following one:

<Type>Sitecore.Support.Framework.Publishing.PublishJobQueue.Handlers.IncrementalPublishHandler, Sitecore.Support.28056</Type>

Uninstallation

  1. Remove the files listed in the Contents section.
  2. Open the /config/sitecore/publishing/sc.publishing.services.xml file and replace the
<Type>Sitecore.Support.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Support.28056</Type>

line with the following one:

<Type>Sitecore.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Framework.Publishing</Type>
  1. Replace the
<Type>Sitecore.Support.Framework.Publishing.PublishJobQueue.Handlers.IncrementalPublishHandler, Sitecore.Support.28056</Type>

line with the following one:

<Type>Sitecore.Framework.Publishing.PublishJobQueue.Handlers.IncrementalPublishHandler, Sitecore.Framework.Publishing</Type>
  1. Remove the Sitecore.Support.28056.dll file from the root folder of your Publishing service

Important Notes

  • The patch should be installed only if recommended by Sitecore Support.
  • Any related issues and other feedback should be reported via support portal, check KB 654910 for details.
  • Check KB 077333 to find more information about Sitecore Patches.

2.0.1.0

06 Jul 08:48
Compare
Choose a tag to compare

Description

Publish Clones

Compatibility

The release was built for and tested with the following Sitecore products in bare condition (no hotfixes, patches or other customizations, unless explicitly specified):

  • Sitecore Publishing Service 2.0 rev. 170518 (Update-1)

Contents

  • bin/Sitecore.Support.28056.dll

Installation

For all Publish Service Host instances in the solution:

  1. Make a backup of the files mentioned in Contents section and listed in the installation instruction (if any).
  2. Copy the Sitecore.Support.28056.dll file to the root folder of your Publishing service, overwrite existing files if any conflicts occur.
  3. Open the /config/sitecore/publishing/sc.publishing.services.xml file and replace the
 <Type>Sitecore.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Framework.Publishing</Type>

line with the following one:

<Type>Sitecore.Support.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Support.28056</Type>

Uninstallation

  1. Remove the files listed in the Contents section.
  2. Restore the original files from the backup made during installation.
  3. Open the /config/sitecore/publishing/sc.publishing.services.xml file and replace the
<Type>Sitecore.Support.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Support.28056</Type>

line with the following one:

<Type>Sitecore.Framework.Publishing.PublishJobQueue.Handlers.TreePublishHandler, Sitecore.Framework.Publishing</Type>

Important Notes

  • The patch should be installed only if recommended by Sitecore Support.
  • Any related issues and other feedback should be reported via support portal, check KB 654910 for details.
  • Check KB 077333 to find more information about Sitecore Patches.