Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide configuration setting that can allow turning off validation in Save Handlers - TRUNK-3708 #113

Merged
merged 2 commits into from Nov 14, 2012

Conversation

dkayiwa
Copy link
Member

@dkayiwa dkayiwa commented Nov 13, 2012

Provide configuration setting that can allow turning off validation in Save Handlers - TRUNK-3708

setting that can allow turning off validation in Save Handlers -
TRUNK-3708
dkayiwa added a commit that referenced this pull request Nov 14, 2012
Provide configuration setting that can allow turning off validation in Save Handlers - TRUNK-3708
@dkayiwa dkayiwa merged commit 506d362 into openmrs:master Nov 14, 2012
if (s == null)
return defaultValue;
return s;
//Disable automatic flushing which happens in some cases when this method is called.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to do this. Validation should be already done in the manual flush mode. If there were places where it failed, it means a validator was used directly, whereas ValidationUtil should have been used instead.

RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
…er tools (openmrs#113)

Co-authored-by: Donald Kibet <chelashawddonald@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants