-
Notifications
You must be signed in to change notification settings - Fork 218
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
MF-366 Config elements should have type
#27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🍻!
Thanks @FlorianRappl ! I just added one more commit, to enable Typescript validation for theses "types". |
bbc994f
to
54feee4
Compare
Made a few more small changes while updating the other modules: 623914b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🍻
https://issues.openmrs.org/browse/MF-366
This removes support for the
is****
validators, replacing them withtype
declarations in the schema.All modules' configs must be updated simultaneously because this will break everything. I will change this to a normal PR once PRs against all the other modules are ready.