diff --git a/core-web/libs/dot-rules/src/lib/services/ServerSideFieldModel.ts b/core-web/libs/dot-rules/src/lib/services/ServerSideFieldModel.ts index ab01e0cc32aa..3347a7071eed 100644 --- a/core-web/libs/dot-rules/src/lib/services/ServerSideFieldModel.ts +++ b/core-web/libs/dot-rules/src/lib/services/ServerSideFieldModel.ts @@ -16,7 +16,6 @@ export class ServerSideFieldModel extends CwModel { const param = model.parameters[paramName]; const paramDef = model.parameterDefs[paramName]; const vFn: Function[] = paramDef.inputType.dataType.validators(); - vFn.push(CustomValidators.noDoubleQuotes()); const control = new UntypedFormControl( model.getParameterValue(param.key), Validators.compose(vFn) diff --git a/dotCMS/hotfix_tracking.md b/dotCMS/hotfix_tracking.md index 4e72b213a727..d9d8598a89c3 100644 --- a/dotCMS/hotfix_tracking.md +++ b/dotCMS/hotfix_tracking.md @@ -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 \ No newline at end of file +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 \ No newline at end of file