Hi I have the following code in "Publish plug-in XML settings"
<postprocess ishcondition="ISHOutputFormat.FDITAOTTRANSTYPE in ('transtype1', 'transtype2', 'transtype3', 'transtype4')">
...
<compare handler="IshPublishCompare" ishcondition="ISHOutputFormat.FDITAOTTRANSTYPE = 'transtype3'">
<parameters />
</compare>
...
</postprocess>
The list of transtypes that will require compare to be available is quite large but have been testing with a single one currently.
The "Draft options" is not appearing for transtype3 or when I use the following:
ishcondition="ISHOutputFormat.FDITAOTTRANSTYPE in ('transtype2', 'transtype3')"
I've also tried creating individual <postprocess /> for each transtype and still no "Draft options".
This issue is happening in both Pub Manager and the Web interface, just incase that matters.
Also I've recycled the app pool before testing.
Any insight into this issue will be appreciaated
kr
Mario