Bugzilla – Attachment 37260 Details for
Bug 5002
No error message if category code already exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 5002: Show all patron categories after insert
Signed-off-Bug-5002-Show-all-patron-categories-aft.patch (text/plain), 2.56 KB, created by
Marc Véron
on 2015-03-26 09:12:25 UTC
(
hide
)
Description:
[Signed-off] Bug 5002: Show all patron categories after insert
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-26 09:12:25 UTC
Size:
2.56 KB
patch
obsolete
>From b6e013aecabdbd1d1ffc52d2bd525dbd30b8d9d2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 26 Mar 2015 09:30:11 +0100 >Subject: [PATCH] [Signed-off] Bug 5002: Show all patron categories after > insert >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >+ wording changes. > >How I tested: >- edit an existing patron category >- save the change >- redirect is to the categories table - it shows all categories OK > >- wording OK as well > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > admin/categorie.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/admin/categorie.pl b/admin/categorie.pl >index 60d2c84..bb0b72e 100755 >--- a/admin/categorie.pl >+++ b/admin/categorie.pl >@@ -257,7 +257,6 @@ elsif ( $op eq 'add_validate' ) { > if ( $inserted ) { > push @messages, { type => 'message', code => 'success_on_insert' }; > } else { >- $searchfield = q||; > push @messages, { type => 'error', code => 'error_on_insert' }; > } > } >@@ -267,6 +266,7 @@ elsif ( $op eq 'add_validate' ) { > { categorycode => $input->param('categorycode') }, $template ); > } > >+ $searchfield = q||; > $op = 'list'; > > # END $OP eq ADD_VALIDATE >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt >index 281d24a..769a0bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt >@@ -111,13 +111,13 @@ > <div class="dialog [% m.type %]"> > [% SWITCH m.code %] > [% CASE 'error_on_insert' %] >- An error occurred when inserting this patron category. Perhaps the category code already exists. >+ An error occurred when inserting this patron category. The patron category might already exist. > [% CASE 'error_on_delete' %] >- An error occurred when deleteing this patron category. Check the logs. >+ An error occurred when deleting this patron category. Check the logs. > [% CASE 'success_on_insert' %] >- Patron category inserted with success. >+ Patron category added successfully > [% CASE 'success_on_delete' %] >- Patron category deleted with success. >+ Patron category deleted successfully. > [% CASE %] > [% m.code %] > [% END %] >-- >1.7.10.4
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 5002
:
37174
|
37226
|
37256
|
37257
|
37260
|
37319
|
37320