Skip to content
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

Bug 1890180: Bug 1913969: Fix edge case exception for fieldDependency spec descriptor and add support for non-sibling control fields. #7957

Merged
merged 1 commit into from
Feb 1, 2021

Commits on Jan 27, 2021

  1. Bug 1913969: Fix edge case exception for fieldDependency spec descriptor

    The form field sort ordering logic was causing a stack overflow when the control field an dependent
    field had the same name. Resolved by keeping track of the current path and control field path to
    differentiate between the two. This also fixes https://bugzilla.redhat.com/show_bug.cgi?id=1890180
    TheRealJon committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    2a33fc8 View commit details
    Browse the repository at this point in the history