Bugzilla – Attachment 176903 Details for
Bug 38854
Unused 'class' prop in ToolbarButton
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38854: Revert incorrect changes
Bug-38854-Revert-incorrect-changes.patch (text/plain), 1.84 KB, created by
Jonathan Druart
on 2025-01-22 11:16:07 UTC
(
hide
)
Description:
Bug 38854: Revert incorrect changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-22 11:16:07 UTC
Size:
1.84 KB
patch
obsolete
>From 4d724fbaaa894ddb313df7959501790d85eb416c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 22 Jan 2025 12:15:43 +0100 >Subject: [PATCH] Bug 38854: Revert incorrect changes > >--- > .../prog/js/vue/components/ERM/AgreementsShow.vue | 6 +++++- > .../prog/js/vue/components/Preservation/TrainsShow.vue | 1 - > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >index 9f0c9331e5d..ad6050e2196 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >@@ -10,7 +10,11 @@ > icon="pencil" > :title="$__('Edit')" > /> >- <a @click="delete_agreement(agreement.agreement_id, agreement.name)" >+ <a >+ @click=" >+ delete_agreement(agreement.agreement_id, agreement.name) >+ " >+ class="btn btn-default" > ><font-awesome-icon icon="trash" /> {{ $__("Delete") }}</a > > > </Toolbar> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >index 576ccda0c12..43d369422d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >@@ -95,7 +95,6 @@ > name: 'TrainsFormEdit', > params: { train_id: train.train_id }, > }" >- _class="btn btn-default" > icon="pencil" > :title="$__('Edit')" > /> >-- >2.34.1
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 38854
:
176292
|
176450
|
176457
|
176903
|
176971