Skip to content

Commit 09e6a8e

Browse files
author
wpdebruin
authored
Update comment to start a new build
1 parent 9db1ce2 commit 09e6a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/result/ValidationResult.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ component accessors="true" {
162162
arguments.message = replacenocase( arguments.message, "{property}", arguments.error.getField(), "all");
163163
// The validation type
164164
arguments.message = replacenocase( arguments.message, "{validationType}", arguments.error.getValidationType(), "all");
165-
// The validation data
165+
// The validation data, should be skipped if validationData is a struct
166166
if( !listfindnocase( "UDF,RequiredUnless,RequiredIf,Unique", arguments.error.getValidationType() )){
167167
arguments.message = replacenocase( arguments.message, "{validationData}", arguments.error.getValidationData(), "all");
168168
}

0 commit comments

Comments
 (0)