rasmusjp/umbraco-multi-url-picker

Links are wrong after being deployed in Umbraco.com

Closed this issue · 2 comments

skttl commented

When I deploy some content with a Multi Url Picker in Umbraco.com, the links in ie. staging ends up being wrong.

I think it is because Multi Url Picker stores id's and they can be different from environment to environment.

Is it possible to use GUIDs instead?

Changing the stored id's to Guid would be a breaking change, so i don't think it's a good idea right now.

You could try using Courier provider which located under src/RJP.MultiUrlPicker.Courier, you need to compile this yourself and reference it in your project.

I haven't used Umbraco.com yet, but i believe that it should work

skttl commented

Great, I'll try that. Thanks for your help!

med venlig hilsen
Søren Kottal

2015-10-02 14:13 GMT+02:00 Rasmus notifications@github.com:

Changing the stored id's to Guid would be a breaking change, so i don't
think it's a good idea right now.

You could try using Courier provider which located under
src/RJP.MultiUrlPicker.Courier, you need to compile this yourself and
reference it in your project.

I haven't used Umbraco.com yet, but i believe that it should work


Reply to this email directly or view it on GitHub
#34 (comment)
.