I'm attempting to setup Courier to ignore certain types of Item Providers so that only Documents and Media Items are packaged when creating on source sites. I've found the ignore list of Item Providers within Courier's config file. Unfortunately, whenever I create a package to transfer, things such as Document Types and Page Templates are included. Here's what I've tried so far without any luck. Any help would be greatly appreciated.
I am trying to ignore DataResolvers and am not having any luck either. The document says this: "This is done by adding its full namespace and class to the configuration, you can ignore any item provider, data resolver, repository provider or any other functionality that’s loaded through Couriers provider model."
<ignore> <!-- Ignore the lucene indexer --> <add>Umbraco.Courier.DataResolvers.Events.UpdateLuceneIndexes</add> <!-- ignore all ucomponents data resolvers --> <add>Umbraco.Courier.uComponents.*</add> <!--<add>my.namespace.*</add>--> </ignore>
Ignoring Courier Item Providers
I'm attempting to setup Courier to ignore certain types of Item Providers so that only Documents and Media Items are packaged when creating on source sites. I've found the ignore list of Item Providers within Courier's config file. Unfortunately, whenever I create a package to transfer, things such as Document Types and Page Templates are included. Here's what I've tried so far without any luck. Any help would be greatly appreciated.
Hmm, the format looks right, and the names of the providers are also correct, logging it as a bug and will investigate
I am trying to ignore DataResolvers and am not having any luck either. The document says this: "This is done by adding its full namespace and class to the configuration, you can ignore any item provider, data resolver, repository provider or any other functionality that’s loaded through Couriers provider model."
I added this and it did not work for me:
I'm keen to turn off some providers too and have had no luck. I couldn't find a bug filed for it yet so I made a new one:
http://issues.umbraco.org/issue/COU-234
I've tried on 7.2.8 with Courier 2.51.2 and again with Nightly 263. I've tried on 7.3.1 with Nightly 263.
is working on a reply...