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

Fix Possible Member Duplication #7804

Merged
merged 3 commits into from Nov 2, 2023

Commits on Sep 18, 2023

  1. fix(logic): member create behave like member save;

    - Made `member_create` action method behave like `group_member_save` dictize method.
    JVickery-TBS committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    62cb004 View commit details
    Browse the repository at this point in the history
  2. fix(logic): change log, type ignore;

    - Added change log file.
    - Added type ignore for incomplete SQLAlchemy types.
    JVickery-TBS committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a225185 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Update ckan/logic/action/create.py

    Co-authored-by: Adrià Mercader <amercadero@gmail.com>
    JVickery-TBS and amercader committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    aa858a1 View commit details
    Browse the repository at this point in the history