S2a: purge legacy Form Builder PHP code and routes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user