rasmusjp / umbraco-multi-url-picker

Multi Url Picker for Umbraco 7
MIT License
31 stars 29 forks source link

Courier project needs updating #24

Closed shoecake closed 9 years ago

shoecake commented 9 years ago

When I went to build the courier project with the lates version of courier, the interfsace to courier seems to have changed. In MultiUrlPickerDataResolverProvider.cs change

link.id = PersistenceManager.Default.GetUniqueId(

for

link.id = ExecutionContext.DatabasePersistence.GetUniqueId(

rasmusjp commented 9 years ago

Thanks. This has been updated.