-
Notifications
You must be signed in to change notification settings - Fork 11
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
community auto-submit: remove notification about request auto-acceptance #203
community auto-submit: remove notification about request auto-acceptance #203
Comments
We discussed quickly in IRL, can we solve this differently? We might want to have in the future that the system will send automatic e-mails, it might make sense. By the way it looks like that we cannot access the exception? So I would split the fix in 2 parts:
|
If the community's
review_policy
is set toopen
ormembers
, then users are able to submit a record to a community, bypassing the review process. In this case, the review request is still created and auto-accepted by System.The problem: request acceptance notification is sent to the request creator, and as this accept action is made by system user, we are getting an exception. This notification is probably not needed at all, because as user is submitting the record directly, they don't even need to know that there was a request created.
Sentry exception: https://cds-sentry.web.cern.ch/sentry/cds-rdm/issues/34056/events/816855/
The text was updated successfully, but these errors were encountered: