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 user despositing to specific admin sets #876

Merged
merged 2 commits into from
Oct 19, 2023

Commits on Oct 18, 2023

  1. 🐛 Fix user despositing to specific admin sets

    This commit will add back the ability for everyone to be able to create
    a work.  This is one of the conditionals that need to be met for a user
    to deposit a work to an admin set.  The other is already being met,
    which is that the user has to have either a depositor role for that
    specific admin set or in a group that has a depositor role for that
    specific admin set.
    
    Ref:
      - #864
    kirkkwang committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c629629 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. 💄 rubocop fix

    ShanaLMoore committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4172c5c View commit details
    Browse the repository at this point in the history