FIxes issue where an invariant property type was being validated with a culture when that would always fail. Fixes issue when saving a content type to ensure that a property type is never both variant and invariant. Adds test.
This commit is contained in:
@@ -1416,7 +1416,8 @@ To manage your website, simply open the Umbraco back office and start adding con
|
||||
<key alias="memberExportedSuccess">Member was exported to file</key>
|
||||
<key alias="memberExportedError">An error occurred while exporting the member</key>
|
||||
<key alias="contentReqCulturePublishError">Cannot publish the document since the required '%0%' is not published</key>
|
||||
<key alias="contentCultureValidationError">Validation failed for language '%0%'</key>
|
||||
<key alias="contentCultureValidationError">Validation failed for language '%0%'</key>
|
||||
<key alias="contentCultureUnexpectedValidationError">Unexpected validation failed for language '%0%'</key>
|
||||
</area>
|
||||
<area alias="stylesheet">
|
||||
<key alias="aliasHelp">Uses CSS syntax ex: h1, .redHeader, .blueTex</key>
|
||||
|
||||
Reference in New Issue
Block a user