server
server copied to clipboard
BUG: Unverifying Organization does not change it's status
Describe the bug
When you want to unverify the status of an Organization, the status
field in the organization_verification
table does not change.
To Reproduce Steps to reproduce the behavior:
- Go to admin organization list page
- Click on "unverify" on an organization
- Look at the database entry for that organization verification. The status has not changed.
Expected behavior The status of the verification to change according the current status in the lifecycle.
Additional context This makes it hard for developers to query raw data since the real state can only be checked through the machine state of the lifecycle.