-
Notifications
You must be signed in to change notification settings - Fork 208
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
(feat) Add implicit config for all registered apps (O3-1933) #621
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.
Will we have to undo per-app invocations such as https://github.com/openmrs/openmrs-esm-core/pull/620/files as a corollary of this change?
@denniskigen No... it should just mean that we no longer need to write changes like that... Calling |
Size Change: +16 B (0%) Total Size: 2.05 MB ℹ️ View Unchanged
|
Requirements
For changes to apps
If applicable
Summary
Adds an implicit configuration for every application when it is registered with the framework. This configuration is empty, but should be overrideable by any app calling
defineConfigSchema()
themselves.Screenshots
Related Issue
https://issues.openmrs.org/browse/O3-1933
Other