-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Incorrect warning when specifying hidden_fields #377
Comments
The hidden_fields propery is supported and should not WARN. #377
Ready for AT in medic-conf |
@garethbowen just to confirm I understand. The |
Right! medic-conf was warning that the field was unsupported but then using the field correctly later on anyway. |
ok cool! This is ready to merge and close. |
The hidden_fields propery is supported and should not WARN. #377
Describe the bug
When I specify "hidden_fields" the console outputs a warning...
This is a known and supported field so the warning is incorrect. The field appears to work as expected.
To Reproduce
Steps to reproduce the behavior:
cht-core/config/default/forms/app/undo_death_report.properties.json
file to have"hidden_fields": ["undo"]
which should hide theundo
property in submitted formsmedic-conf <instance> convert-app-forms upload-app-forms
in thecht-core/config/default
directoryExpected behavior
undo
field hidden.Environment
The text was updated successfully, but these errors were encountered: