Remove meeting templates and show Events programme on Meet rooms.
Deploy Ladill Meet / deploy (push) Successful in 42s
Deploy Ladill Meet / deploy (push) Successful in 42s
Templates duplicated create-form settings without edit/delete flows; drop the feature and table. Conference and webinar pages render synced programme snapshots and link back to Ladill Events. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -423,22 +423,6 @@ class MeetWebTest extends TestCase
|
||||
->assertSee('Recordings');
|
||||
}
|
||||
|
||||
public function test_admin_can_create_template(): void
|
||||
{
|
||||
$this->actingAs($this->user)
|
||||
->post('/templates', [
|
||||
'name' => 'Weekly standup',
|
||||
'duration_minutes' => 30,
|
||||
'waiting_room' => '1',
|
||||
])
|
||||
->assertRedirect(route('meet.templates.index'));
|
||||
|
||||
$this->assertDatabaseHas('meet_templates', [
|
||||
'name' => 'Weekly standup',
|
||||
'organization_id' => $this->organization->id,
|
||||
]);
|
||||
}
|
||||
|
||||
public function test_admin_can_update_security_policy(): void
|
||||
{
|
||||
$this->actingAs($this->user)
|
||||
|
||||
Reference in New Issue
Block a user