Bugzilla – Attachment 170258 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 Records Sources Delete Confirm
Bug-37605-Apply-to-Records-Sources-Delete-Confirm.patch (text/plain), 1.41 KB, created by
Martin Renvoize (ashimema)
on 2024-08-13 09:30:59 UTC
(
hide
)
Description:
Bug 37605: Apply to Records Sources Delete Confirm
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-08-13 09:30:59 UTC
Size:
1.41 KB
patch
obsolete
>From 80fc2d3e69d4570759deae395ba07c449554ad8e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 13 Aug 2024 10:26:18 +0100 >Subject: [PATCH] Bug 37605: Apply to Records Sources Delete Confirm > >--- > .../prog/js/vue/components/Admin/RecordSources/List.vue | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/List.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/List.vue >index a1595b9e64f..3b587a6a9c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/List.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/List.vue >@@ -104,10 +104,10 @@ export default { > doDelete: function (record_source, dt, event) { > this.setConfirmationDialog( > { >- title: this.$__( >- "Are you sure you want to delete this record source?" >- ), >- message: record_source.name, >+ title: this.$__("Delete record source"), >+ message: this.$__( >+ "Are you sure you want to delete %s?" >+ ).format(record_source.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