uComponents Url Picker and Courier, ignoring don't copy dependents.
Hi there,
I have an issue where we've got a mobile site and on some of the pages of the mobile site there is an uComponents UrlPicker field which points to an internal page on the desktop site.
When I bundle up the mobile version of the page it also AWAYS copies the desktop page that the Url Picker is pointing to.
I've tried unchecking all the options in the advanced settings here:
Is there anything I can do in the config to get round this? If not what do I need to change in the code?
It seems like I want to do something like the issue below but am not sure if there is something obvious I am missing?
uComponents Url Picker and Courier, ignoring don't copy dependents.
Hi there,
I have an issue where we've got a mobile site and on some of the pages of the mobile site there is an uComponents UrlPicker field which points to an internal page on the desktop site.
When I bundle up the mobile version of the page it also AWAYS copies the desktop page that the Url Picker is pointing to.
I've tried unchecking all the options in the advanced settings here:
Is there anything I can do in the config to get round this? If not what do I need to change in the code?
It seems like I want to do something like the issue below but am not sure if there is something obvious I am missing?
http://our.umbraco.org/forum/umbraco-pro/courier/44948-Ignoring-Courier-Item-Providers
This is using the Courier_2.7.8.15.v4
Thanks in advance for your help.
Steve
Unfortunately your going to have to figure out how to write a Courier Resolver.
http://our.umbraco.org/FileDownload?id=3326
Courier is not designed to deal with Ucomponents out of the box.
Thanks for the reply, I think that 2.7 does support uComponents to some extent, this exists for example:
https://github.com/umbraco/Courier/blob/master/Providers/Umbraco.Courier.uComponents/UrlPicker.cs
and there is a courier.ucomponents.dll
is working on a reply...