Fix Issue ticket queue dropdown HTML breakage.
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:
isaacclad
2026-07-17 19:59:53 +00:00
co-authored by Cursor
parent 74c7782cdf
commit f1edf8a19e
2 changed files with 64 additions and 52 deletions
+3 -1
View File
@@ -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