Fix transaction item modal closing when scanning barcode
All checks were successful
Docker Image CI / build (push) Successful in 2m26s
All checks were successful
Docker Image CI / build (push) Successful in 2m26s
This commit is contained in:
parent
a48df4e2da
commit
6abff69bcb
@ -13,7 +13,7 @@ export default class ModalController extends Controller {
|
||||
if (!this.element.open) {
|
||||
return;
|
||||
}
|
||||
if (event.type === "turbo:submit-end" && (event.detail.formSubmission.method === 0 || !event.detail.success)) {
|
||||
if (event.type === "turbo:submit-end" && (event.detail.formSubmission.method === "get" || !event.detail.success)) {
|
||||
// Don't close modal if form method was GET or submission failed
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user