Problem with Dynamic Items Field Control Selector
Hi Sitefinity,
I've found a problem with the wizard inside Thunder for creating a Dynamic Items Field Control Selector.
I've created a module named: Media Files. Inside that module I have 2 content types:
1. Media File
2. Speaker
When I add a Media File, I want to select a Speaker, so I created a new field of type Guid (Array) to store the speaker value.
Next I used thunder to create a selector to choose a Speaker when creating a Media File.
I noticed that the private string that holds the dynamic module type was generated like this:
private
string
dynamicModuleType =
"Telerik.Sitefinity.DynamicTypes.Model.Media Files.Speaker"
;
private
string
dynamicModuleType =
"Telerik.Sitefinity.DynamicTypes.Model.MediaFiles.Speaker"
;
Hi Daniel,
Thank you for reporting this issue. It will be fixed for the coming release. We also increased your Telerik points.
Kind regards,
Georgi Mateev
the Telerik team