Bugzilla – Attachment 44316 Details for
Bug 12721
Prevent software error if incorrect fieldnames given in sypref StatisticsFields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12721 Prevent entering invalid values in StatisticsFields
Bug-12721-Prevent-entering-invalid-values-in-Stati.patch (text/plain), 1.27 KB, created by
Frédéric Demians
on 2015-11-03 06:52:49 UTC
(
hide
)
Description:
Bug 12721 Prevent entering invalid values in StatisticsFields
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2015-11-03 06:52:49 UTC
Size:
1.27 KB
patch
obsolete
>From 77c03b8cb4b752a6f9c7f0bc8cd54933937c0236 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Tue, 3 Nov 2015 07:52:05 +0100 >Subject: [PATCH] Bug 12721 Prevent entering invalid values in StatisticsFields > >Using 'multiple' type for StatisticsFields syspref avoid having invalid values >in, and so prevent a bug in statistics. >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index 4274dc5..448c40d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -128,8 +128,10 @@ Patrons: > - > - "Show the following fields from the items database table as columns on the statistics tab on the patron record: " > - pref: StatisticsFields >- class: multi >- - (separate fields with |) >+ multiple: >+ location: location >+ itype: itype >+ ccode: ccode > - > - pref: EnableBorrowerFiles > choices: >-- >2.6.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 12721
:
43573
|
43575
|
44316
|
50622
|
50668
|
50669
|
50792
|
50855
|
50897
|
50898
|
50899
|
50900