Merge pull request #12628 from rioug/fix-report-go-button

[Reports] Fix data-disable on Go button
This commit is contained in:
Rachel Arnould
2024-07-02 10:05:05 +02:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
= render partial: "rendering_options"
#report-go.actions.filter-actions{ data: { controller: "scoped-channel", "scoped-channel-id-value": request.uuid } }
= button t(:go), "report__submit-btn", "submit", "data-disable-with": true
= button t(:go), "report__submit-btn", "submit", "data-disable": true
.report__header.print-hidden
- if @report.message.present?