Releases: SitecoreSupport/Sitecore.Support.28056
Releases · SitecoreSupport/Sitecore.Support.28056
2.1.0.0
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:
- Make a backup of the files mentioned in
Contents
section and listed in theinstallation instruction
(if any). - Copy the
Sitecore.Support.28056.dll
file from thebin
folder to theroot
folder of your Publishing service, overwrite existing files if any conflicts occur. - 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>
- 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
- Remove the files listed in the
Contents
section. - 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>
- 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>
- Remove the
Sitecore.Support.28056.dll
file from theroot
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
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:
- Make a backup of the files mentioned in
Contents
section and listed in theinstallation instruction
(if any). - Copy the
Sitecore.Support.28056.dll
file to theroot
folder of your Publishing service, overwrite existing files if any conflicts occur. - 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
- Remove the files listed in the
Contents
section. - Restore the original files from the backup made during installation.
- 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.