Fix Issue ticket queue dropdown HTML breakage.
Deploy Ladill Queue / deploy (push) Successful in 2m0s
Deploy Ladill Queue / deploy (push) Successful in 2m0s
@json inside onchange terminated the attribute and broke the select; use a data-create-url attribute instead. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -125,8 +125,10 @@ class ServicePointRoutingTest extends TestCase
|
||||
->get(route('qms.tickets.create', ['queue' => $queue->id]))
|
||||
->assertOk()
|
||||
->assertSee('Service point')
|
||||
->assertSee('data-create-url', false)
|
||||
->assertDontSee('needsPoint')
|
||||
->assertDontSee('onQueueChange');
|
||||
->assertDontSee('onQueueChange')
|
||||
->assertDontSee('@json');
|
||||
}
|
||||
|
||||
public function test_web_issue_without_service_point_returns_validation_error_not_500(): void
|
||||
|
||||
Reference in New Issue
Block a user