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
Currently, if a tenant is deleted, it is not possible to fetch it using the tenant query.
However, this doesn't play nicely with the Admin UI: you are unable to navigate to the tenant details screen from the tenant list page:
[code sample]
If you are the operator tenant, we should allow fetching deleted tenants, and being able to view details.
Todos
Allow the tenant Admin API resolver to return deleted tenants if an operator is making the request.
Allow clicking into tenant details in the Admin UI for deleted tenants. The fields should not be editable.
The text was updated successfully, but these errors were encountered:
Context
Currently, if a tenant is deleted, it is not possible to fetch it using the
tenant
query.However, this doesn't play nicely with the Admin UI: you are unable to navigate to the tenant details screen from the tenant list page:
[code sample]
If you are the operator tenant, we should allow fetching deleted tenants, and being able to view details.
Todos
tenant
Admin API resolver to return deleted tenants if an operator is making the request.The text was updated successfully, but these errors were encountered: