Skip to content

Commit

Permalink
#26987 include in 23.10.24 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Jul 30, 2024
1 parent 741773d commit c89d8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class ServerSideFieldModel extends CwModel {
const param = model.parameters[paramName];
const paramDef = model.parameterDefs[paramName];
const vFn: Function[] = <ValidatorFn[]>paramDef.inputType.dataType.validators();
vFn.push(CustomValidators.noDoubleQuotes());
const control = new UntypedFormControl(
model.getParameterValue(param.key),
Validators.compose(<ValidatorFn[]>vFn)
Expand Down
3 changes: 2 additions & 1 deletion dotCMS/hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,5 @@ This maintenance release includes the following code fixes:
123. https://github.com/dotCMS/core/issues/29304 : Revert telemetry plugin to 24.05.29 #29304
124. https://github.com/dotCMS/core/issues/28508 : Add Search Box for Bundle ID #28508
125. https://github.com/dotCMS/core/issues/28509 : Remove three dots at the end of the Bundle ID #28509
126. https://github.com/dotCMS/core/issues/28201 : AI Content Block inserts rich content as a single paragraph #28201
126. https://github.com/dotCMS/core/issues/28201 : AI Content Block inserts rich content as a single paragraph #28201
127. https://github.com/dotCMS/core/issues/26987 : Set Response Headers Rule Action does not allow double quotes in the value #26987

0 comments on commit c89d8eb

Please sign in to comment.