Closed benmurphycb closed 2 years ago
@valdisiljuconoks @svenrog any info on this?
Hi,
We will look into this next week.
@benmurphycb I think I've found the issue, _setValueAttr
is called before the model is created inside GenericItemEditor
. I've pushed a fix for it in version 1.4.3
. You can either try the package available directly from this repo feed or wait for it to be approved on the Optimizely nuget feed.
Please let us know if this fixes your issue. Sorry for the late reply.
Awesome, thank you both. I will let you know once I get the package updated. Do you know roughly when Optimizely might approve the change? No worries if not
1.4.3 is out on feed.
Hello,
I am running into an issue - I have created a custom LinkData property and I am using it on our models. There is an issue at the moment that if there is a custom LinkData present then no properties will show on the content creation screen in the CMS.
As you can see from the screenshot, when I have the custom LinkData property on the model, the creation screen is completely blank. If I set it to [ScaffoldColumn(false)] the properties will show again. This is a showstopper as when you create block directly from a ContentArea, it will not let you create it without required fields being populated, so the item cannot be added this way.