Hi, hope someone has experienced this issue before :)
I have this doc type used for settings on media items.
The doc type is used as nested content under media items like this example:
I am unable to access the property called link of type Umbraco.MultiUrlPicker in my custom index event handler.
Here is a screenshot of my debug session when I save the media item.
Hope someone can tell me if I am missing some config or this is a known issue that might be fixed already? The solution is running Umbraco 10.8.2.
Cannot access property of type MultiUrlPicker
Hi, hope someone has experienced this issue before :)
I have this doc type used for settings on media items.
The doc type is used as nested content under media items like this example:
I am unable to access the property called link of type Umbraco.MultiUrlPicker in my custom index event handler. Here is a screenshot of my debug session when I save the media item.
Hope someone can tell me if I am missing some config or this is a known issue that might be fixed already? The solution is running Umbraco 10.8.2.
Best regards Bjarne
In version 10.4.2 we had the whole json for the mediaList returned like this - and it included the link property:
is working on a reply...