How can I stop unpublished nodes from being selectable with the Multi Node Tree Picker?
I have "select tree type" set to Content
Node Selection Type = XPath Expression
XPath Type = Global
XPath expression = /*
XPath filter type = Enable
XPath filter = /*[self::OfferItem]
However, it is possible to select Offeritem nodes that are not currently published. Can I disallow that? (e.g. only allow selection of published nodes?)
Do not allow MNTP to select unpublished nodes
How can I stop unpublished nodes from being selectable with the Multi Node Tree Picker?
I have "select tree type" set to Content Node Selection Type = XPath Expression XPath Type = Global XPath expression = /* XPath filter type = Enable XPath filter = /*[self::OfferItem]
However, it is possible to select Offeritem nodes that are not currently published. Can I disallow that? (e.g. only allow selection of published nodes?)
Umbraco 6.2.1 uComponents 6.0.0
is working on a reply...