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

Dataset select #8397

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Dataset select #8397

merged 3 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. Update unstyled button override

    Fix hover background removal.
    gbp committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5025f89 View commit details
    Browse the repository at this point in the history
  2. Update project edit question step

    1. Improve templates and CSS.
    2. Fix prevention autocompletion of form changes when reloading page.
    3. Switch to buttons instead of anchors with no href.
    gbp committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    898e19b View commit details
    Browse the repository at this point in the history
  3. Add project dataset select format

    Allow project owners to add questions with a pre set list of options
    which can be selected when extracting information from requests.
    
    There are also options to allow blank value or multiple values, these
    effect how the form select input is rendered in the extracting sidebar.
    
    Fixes #8117
    gbp committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e6fccc2 View commit details
    Browse the repository at this point in the history