Skip to content

Commit ff3e457

Browse files
committed
Merge branch 'v13/dev' into release/13.6
2 parents 2a83f57 + 2ffaede commit ff3e457

File tree

5 files changed

+2514
-2
lines changed

5 files changed

+2514
-2
lines changed

src/Umbraco.Web.UI.Client/src/less/components/umb-group-builder.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ input.umb-group-builder__group-sort-value {
943943
.editor-description,
944944
.editor-validation-pattern {
945945
min-width: 100%;
946-
min-height: 25px;
946+
min-height: 60px;
947947
resize: none;
948948
box-sizing: border-box;
949949
border: none;

src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/propertysettings/propertysettings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ <h5><localize key="validation_validation">Validation</localize></h5>
125125
ng-model="model.property.validation.pattern"
126126
ng-change="vm.changeValidationPattern()"
127127
ng-if="vm.showValidationPattern"
128+
maxlength="255"
128129
umb-auto-resize
129130
focus-when="{{vm.focusOnPatternField}}"
130131
ng-keypress="vm.submitOnEnter($event)">

src/Umbraco.Web.UI.Client/src/views/content/overlays/sendtopublish.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
$scope.$on('$destroy', function () {
112112
vm.variants.forEach(variant => {
113113
variant.save = false;
114+
variant.publish = false;
114115
variant.notAllowed = false;
115116
});
116117
});

0 commit comments

Comments
 (0)