Bugzilla – Attachment 144399 Details for
Bug 32291
"library category" messages should be removed (not used)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32291: (bug 16735 follow-up) Remove ref to library category in branches.tt
Bug-32291-bug-16735-follow-up-Remove-ref-to-librar.patch (text/plain), 2.19 KB, created by
Owen Leonard
on 2022-12-02 13:10:35 UTC
(
hide
)
Description:
Bug 32291: (bug 16735 follow-up) Remove ref to library category in branches.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-12-02 13:10:35 UTC
Size:
2.19 KB
patch
obsolete
>From d199f6efb2b5606186fb0079c46b79aa367a5419 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 23 Nov 2022 10:08:26 +0100 >Subject: [PATCH] Bug 32291: (bug 16735 follow-up) Remove ref to library > category in branches.tt > >On bug 16735 we rewrite the library groups system. Those references in >branches.tt were part of the previous code, and they can be removed. > >Test plan: >Confirm the above and that those code errors are never sent to the >template. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/admin/branches.tt | 14 -------------- > 1 file changed, 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 7f02a55aa5..3136955622 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -112,20 +112,6 @@ Libraries › Administration › Koha > [% ELSIF m.data.items_count %] > <span>([% m.data.items_count | html %] items).</span> > [% END %] >- [% CASE 'error_on_update_category' %] >- <span>An error occurred when updating this library category. Perhaps it already exists.</span> >- [% CASE 'error_on_insert_category' %] >- <span>An error occurred when adding this library category. The categorycode might already exist.</span> >- [% CASE 'error_on_delete_category' %] >- <span>An error occurred when deleting this library category. Check the logs.</span> >- [% CASE 'success_on_update_category' %] >- <span>Library category updated successfully.</span> >- [% CASE 'success_on_insert_category' %] >- <span>Library category added successfully.</span> >- [% CASE 'success_on_delete_category' %] >- <span>Library category deleted successfully.</span> >- [% CASE 'cannot_delete_category' %] >- <span>This library category cannot be deleted. [% m.data.libraries_count | html %] libraries are still using it.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >-- >2.20.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 32291
:
144191
|
144399
|
144425