fix(web): add workspace context to domain and project creation #536
Reference in New Issue
Block a user
Delete Branch "fix/workspace-domain-project-create"
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?
Summary
Root Cause
The on the domain controller requires to be present. The domains page had no create form (just a TODO console.log), so creation was never wired up. The API client functions lacked a parameter, preventing explicit workspace context on mutations.
Notes on SS-WS-002 (project creation)
Project creation was already correct — already uses and passes the result to . No changes required for SS-WS-002.
Test plan