-
-
Notifications
You must be signed in to change notification settings - Fork 681
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
Fallback to finding the page using the reference #723
Conversation
Please see #722 (comment). |
Bonus: I've added |
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.
Looks great overall! Thanks @btecu.
Request a few (hopefully small) changes. Then this will be ready to go 👍
@Hopding feedback addressed. |
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.
Much appreciated. Thanks @btecu! I'm going to update the integration tests to cover all this logic and check some new scenarios for form flattening. Then I'll merge all this to master
.
* Fallback to finding the page using the reference * Handle terminal and non-terminal fields when removing a field
Fixes #722.