fixes: #10373
This commit is contained in:
committed by
Sebastiaan Janssen
parent
9a677bef9b
commit
f36785f2e8
@@ -606,6 +606,12 @@
|
||||
return null;
|
||||
}
|
||||
|
||||
// the Settings model has been changed to a new Element Type.
|
||||
// we need to update the settingsData with the new Content Type key
|
||||
if (settingsData.contentTypeKey !== settingsScaffold.contentTypeKey) {
|
||||
settingsData.contentTypeKey = settingsScaffold.contentTypeKey;
|
||||
}
|
||||
|
||||
blockObject.settingsData = settingsData;
|
||||
|
||||
// make basics from scaffold
|
||||
|
||||
Reference in New Issue
Block a user