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

The Denied status of an allocation is the only status that sends a signal #474

Closed
knikolla opened this issue Dec 12, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@knikolla
Copy link
Contributor

There is an allocation_disable signal, but it is only sent for the Denied status.

if new_status == 'Denied':

It should at least also be sent for the Revoked status, and perhaps some other relevant status.

The motivation is that it does seem a bit weird to "deny" an allocation that already exists, rather than "revoking" it.

@dsajdak dsajdak added the bug Something isn't working label Jan 5, 2023
@aebruno aebruno closed this as completed Feb 10, 2023
knikolla added a commit to knikolla/coldfront-nerc that referenced this issue Feb 16, 2023
Note:
   Requires running database migrations since it includes new schema.

Among other things, this fixes nerc-project#76, since it corrects the mismatch
between our version of the email templates and coldfront code.

It also includes
- Only Denied sending a signal, now Revoked also does.
ubccr/coldfront#474

- Implements project attributes, which can be really useful.
ubccr/coldfront#466

- Updates the ColdFront logo
ubccr/coldfront#431

Closes nerc-project#76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Completed
Development

No branches or pull requests

4 participants