We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5d5bd commit 1f502ffCopy full SHA for 1f502ff
modules/validation/ModuleConfig.cfc
@@ -60,7 +60,7 @@ component{
60
wirebox.getInstance( "validationManager@validation" )
61
.setSharedConstraints( configSettings.validation.sharedConstraints );
62
// Did you change the manager
63
- if( configSettings.manager != this.COLDBOX_VALIDATION_MANAGER ){
+ if( configSettings.validation.manager != this.COLDBOX_VALIDATION_MANAGER ){
64
map( "validationManager@validation" )
65
.to( configSettings.validation.manager )
66
.asSingleton();
0 commit comments