-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix changes to widget.Form.Items not being reflected on refresh #5308
base: develop
Are you sure you want to change the base?
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.
Thanks for the PR. I left two quick comments inline. However, I do also see that this change makes the form tests fail so I think there must be something wrong with what the algorithm is trying to do. Also, it would be nice to add a test for this to verify that it does fix the issues you mention it fixing.
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.
Please only use comments in code when
a) the code is not clear without it
b) there is no way to improve the code so that it would be clear.
We expect code to be self-documenting.
Description:
This pull request fixes the FormItem replacement issue in the Form Widget
Fixes #1966, #1967
Checklist: