Bugzilla – Attachment 170973 Details for
Bug 37605
Why do the vue apps use 'dialog' in place of modals?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37605: Apply to Agreements Delete Confirm
Bug-37605-Apply-to-Agreements-Delete-Confirm.patch (text/plain), 1.37 KB, created by
Martin Renvoize (ashimema)
on 2024-09-03 10:08:20 UTC
(
hide
)
Description:
Bug 37605: Apply to Agreements Delete Confirm
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-09-03 10:08:20 UTC
Size:
1.37 KB
patch
obsolete
>From 26b9b739d4a0384224ed806432198818db298789 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 13 Aug 2024 10:44:03 +0100 >Subject: [PATCH] Bug 37605: Apply to Agreements Delete Confirm > >--- > .../prog/js/vue/components/ERM/AgreementsList.vue | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >index 0b3fc2aa822..2725f4c5c26 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >@@ -190,10 +190,10 @@ export default { > doDelete: function (agreement, dt, event) { > this.setConfirmationDialog( > { >- title: this.$__( >- "Are you sure you want to remove this agreement?" >- ), >- message: agreement.name, >+ title: this.$__("Delete agreement"), >+ message: this.$__( >+ "Are you sure you want to delete %s?" >+ ).format(agreement.name), > accept_label: this.$__("Yes, delete"), > cancel_label: this.$__("No, do not delete"), > }, >-- >2.46.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37605
:
170225
|
170257
|
170258
|
170259
|
170261
|
170971
|
170972
| 170973 |
170974