fixing create from element type, now that udi is changed to contentUdi

This commit is contained in:
Niels Lyngsø
2020-07-31 11:25:40 +02:00
parent d5c0e79c40
commit bbe2d3a9b6

View File

@@ -730,7 +730,7 @@
return null;
}
var dataModel = getDataByUdi(layoutEntry.udi, this.value.contentData);
var dataModel = getDataByUdi(layoutEntry.contentUdi, this.value.contentData);
if (dataModel === null) {
return null;
}