server icon indicating copy to clipboard operation
server copied to clipboard

BUG: Unverifying Organization does not change it's status

Open hero101 opened this issue 5 months ago • 0 comments

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:

  1. Go to admin organization list page
  2. Click on "unverify" on an organization
  3. 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.

hero101 avatar Oct 02 '24 14:10 hero101