Fix tenant permission inserts missing workspace_id #118
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/tenant-permissions-workspace-id"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes a production/queue-worker failure where
tenant_permissions.workspace_idcould be omitted from INSERTs when persisting permission check results.Changes:
workspace_idis included in theupdateOrCreate()attributes array (lookup + create merge).workspace_idloaded.Notes:
queue:restart) after deploy so they pick up the new code.