Bugzilla – Attachment 147584 Details for
Bug 32991
Improve our Dialog component and remove routes for deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32991: Don't display breadcrumb if pref is off
Bug-32991-Dont-display-breadcrumb-if-pref-is-off.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2023-03-02 10:04:44 UTC
(
hide
)
Description:
Bug 32991: Don't display breadcrumb if pref is off
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-03-02 10:04:44 UTC
Size:
1.24 KB
patch
obsolete
>From f104c8981dc49f5d4217b5ede3096e6c9bacb52d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 2 Mar 2023 11:04:23 +0100 >Subject: [PATCH] Bug 32991: Don't display breadcrumb if pref is off > >--- > .../intranet-tmpl/prog/js/vue/components/ERM/Main.vue | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >index d997c5fd9be..b31207a9d1c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >@@ -1,7 +1,7 @@ > <template> >- <div> >+ <div v-if="ERMModule"> > <Breadcrumb /> >- <div class="main container-fluid" v-if="ERMModule"> >+ <div class="main container-fluid"> > <div class="row"> > <div class="col-sm-10 col-sm-push-2"> > <main> >@@ -108,9 +108,9 @@ > </div> > </div> > </div> >- <div class="main container-fluid" v-else> >- <Dialog /> >- </div> >+ </div> >+ <div class="main container-fluid" v-else> >+ <Dialog /> > </div> > </template> > >-- >2.25.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 32991
:
146828
|
146829
|
147051
|
147052
|
147053
|
147054
|
147082
|
147083
|
147281
|
147282
|
147291
|
147305
|
147350
|
147383
|
147384
|
147385
|
147387
|
147388
|
147389
|
147390
|
147391
|
147392
|
147393
|
147394
|
147429
|
147439
|
147445
|
147447
|
147448
|
147449
|
147450
|
147451
|
147452
|
147453
|
147454
|
147455
|
147456
|
147461
|
147483
|
147485
|
147486
|
147487
|
147542
|
147543
|
147544
|
147545
|
147546
|
147547
|
147548
|
147549
|
147550
|
147551
|
147552
|
147553
|
147554
|
147569
|
147573
|
147584
|
147588
|
147589
|
147590
|
147591
|
147592
|
147593
|
147594
|
147595
|
147596
|
147597
|
147598
|
147599
|
147600
|
147601
|
147602
|
147603
|
147604
|
147937
|
147938
|
147939
|
147940
|
147941
|
147942
|
147943
|
147944
|
147945
|
147946
|
147947
|
147948
|
147949
|
147950
|
147951