Merge remote-tracking branch 'origin/temp-variants-with-file-uploads' into temp-variant-save-dialog

This commit is contained in:
Shannon
2018-08-15 17:29:40 +10:00

View File

@@ -35,8 +35,8 @@
vm.showSensitiveData = user.userGroups.indexOf("sensitiveData") != -1;
});
//make the default the same as the content type
if (!$scope.model.property.id) {
//make the default the same as the content type
if (!$scope.model.property.dataTypeId) {
$scope.model.property.allowCultureVariant = $scope.model.contentTypeAllowCultureVariant;
}