Bugzilla – Attachment 168216 Details for
Bug 37213
Improve breadcrumbs in rotating collections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37213: Improved breadcrumbs in rotating collections
Bug-37213-Improved-breadcrumbs-in-rotating-collect.patch (text/plain), 1.84 KB, created by
Sam Lau
on 2024-06-27 19:46:53 UTC
(
hide
)
Description:
Bug 37213: Improved breadcrumbs in rotating collections
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-06-27 19:46:53 UTC
Size:
1.84 KB
patch
obsolete
>From 0ab32d8db248afa191486be5ef91fa7900ada1f2 Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Thu, 27 Jun 2024 18:06:47 +0000 >Subject: [PATCH] Bug 37213: Improved breadcrumbs in rotating collections > >To test: >1. Tools -> Rotating collections -> New collections >2. Add a title and description >3. After adding the new collection notice the breadcrumb isn't right >4. Apply patch >5. Repeat steps 1 and 2 >6. After adding the new collection notice the breadcrumb is improved. > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > .../en/modules/rotating_collections/editCollections.tt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >index 7edfcbdec3..ffc462c794 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >@@ -40,6 +40,16 @@ > [% WRAPPER breadcrumb_item bc_active= 1 %] > <span>Collection deleted</span> > [% END %] >+ [% ELSIF ( op == "cud-create" ) %] >+ [% IF ( createSuccess ) %] >+ [% WRAPPER breadcrumb_item bc_active= 1 %] >+ <span>Collection created successfully</span> >+ [% END %] >+ [% ELSE %] >+ [% WRAPPER breadcrumb_item bc_active= 1 %] >+ <span>Collection creation failed</span> >+ [% END %] >+ [% END %] > [% ELSE %] > [% WRAPPER breadcrumb_item %] > <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% editColId | uri %]">[% tx("Collection '{collection_title}'", { collection_title = editColTitle }) | html %]</em></a> >-- >2.39.2
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 37213
:
168214
|
168216
|
168232
|
168575
|
168576
|
171269
|
171270