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

GroupParamType: store group if created #5411

Merged
merged 2 commits into from
Mar 9, 2022

Commits on Mar 7, 2022

  1. GroupParamType: store group if created

    When `create_if_not_exist` is equal to `True`, the `GroupParamType` will
    create the group if it is not found when `convert` is called. The
    returned group however was not stored forcing the caller to store it
    themselves. When a client sets `create_if_not_exist` for a CLI command
    it will be extremely unlikely that they don't want the group to be
    stored.
    sphuber committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    271232b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    e517aff View commit details
    Browse the repository at this point in the history