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

Add Custom Data to Web User Invite #35124

Merged
merged 17 commits into from
Oct 7, 2024
Merged

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    deae220 View commit details
    Browse the repository at this point in the history
  2. rename variables for clarity

    Jtang-1 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e1e4800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7cfae7 View commit details
    Browse the repository at this point in the history
  4. adds custom data fields to django form

    - Manually add a prefix to custom data fields for consistency with the `CustomDataEditor` form
    since all fields for that form have the prefix applied. This is will later be relevant
    for populating post data for disabled fields
    Jtang-1 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2a17686 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9515780 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    5a2e552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f848e View commit details
    Browse the repository at this point in the history
  3. manually populates post data to form

    When a field is disabled, it is not included in the form post data.
    This manually adds the field data back in
    Jtang-1 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9945897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c798c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8347c90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    307933f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0fc01e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    a177ab0 View commit details
    Browse the repository at this point in the history
  2. specify FF is for USH

    Jtang-1 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    63273ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8405864 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. registration form fields for user data includes the prefix. So prefix…

    … needs to be manually removed for conditional check
    Jtang-1 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    df8af4e View commit details
    Browse the repository at this point in the history
  2. bug: fixes potential issue where the defined user data field contains…

    … the prefix within the name
    
    as defined by the user
    Jtang-1 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    aec22cd View commit details
    Browse the repository at this point in the history