Skip to content

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

Closed
@knikolla

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

  • Status

    Completed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions