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
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
It is not possible to patch:delete any of the exclude fieldFilter entries from the Unicorn.config file because this these elements currently do not use a significant attribute .
If the current behavior is a bug, please provide the steps to reproduce.
Create a patch config file which attempts to delete the __Revision field, then check /sitecore/admin/showconfig.aspx. You will note the revision field is still present, and instead the first entry from the list (Last Run) has been deleted instead.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore role:require="Standalone or ContentManagement">
<unicorn>
<defaults>
<fieldFilter>
<exclude note="'__Revision' field on Standard Template">
<patch:delete />
</exclude>
</fieldFilter>
</defaults>
</unicorn>
</sitecore>
</configuration>
What is the expected behavior?
The expected behaviour is that the specified element would be deleted, or patched. This will only be possible if the attributes are changed to one which is a significant attribute. I suggest changing the note attribute in this section to instead use desc.
This issue is specifically an issue when using Sitecore Publishing Service, and genarating IAR files from Unicorn. SPS requires the Revision field to be present.
Please mention your Sitecore version and Unicorn version.
Sitecore 10.2, Unicorn 4.1.6
The text was updated successfully, but these errors were encountered:
While I agree, your approach should actually work and I'm not entirely sure what trips up Sitecore Configuration Factory here... but my suggestion is just as valid. It's not like this field ID is ever going to change :)
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
It is not possible to
patch:delete
any of the excludefieldFilter
entries from the Unicorn.config file because this these elements currently do not use a significant attribute .If the current behavior is a bug, please provide the steps to reproduce.
Create a patch config file which attempts to delete the __Revision field, then check /sitecore/admin/showconfig.aspx. You will note the revision field is still present, and instead the first entry from the list (Last Run) has been deleted instead.
What is the expected behavior?
The expected behaviour is that the specified element would be deleted, or patched. This will only be possible if the attributes are changed to one which is a significant attribute. I suggest changing the
note
attribute in this section to instead usedesc
.This issue is specifically an issue when using Sitecore Publishing Service, and genarating IAR files from Unicorn. SPS requires the Revision field to be present.
Please mention your Sitecore version and Unicorn version.
Sitecore 10.2, Unicorn 4.1.6
The text was updated successfully, but these errors were encountered: