S2a: purge legacy Form Builder PHP code and routes

This commit is contained in:
2026-04-17 18:43:00 +02:00
parent cfc7610497
commit a3ca596362
55 changed files with 128 additions and 6057 deletions

View File

@@ -321,17 +321,6 @@ final class MultiTenancyIsolationTest extends TestCase
$response->assertForbidden();
}
// --- Cross-tenant registration field access ---
public function test_cannot_access_other_org_registration_fields(): void
{
Sanctum::actingAs($this->adminB);
$response = $this->getJson("/api/v1/organisations/{$this->orgA->id}/events/{$this->eventA->id}/registration-fields");
$response->assertForbidden();
}
// --- Cross-tenant shift assignment listing ---
public function test_cannot_list_other_org_shift_assignments(): void