You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note:
Requires running database migrations since it includes new schema.
Among other things, this fixesnerc-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#431Closesnerc-project#76
There is an
allocation_disable
signal, but it is only sent for theDenied
status.coldfront/coldfront/core/allocation/views.py
Line 251 in 68ba4b6
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.
The text was updated successfully, but these errors were encountered: