Bugzilla – Attachment 22736 Details for
Bug 11203
Datatables in acqusitions do not ignore "stopwords" in titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11203 - Datatables on parcel.pl do not ignore "stopwords" in titles
Bug-11203---Datatables-on-parcelpl-do-not-ignore-s.patch (text/plain), 1.74 KB, created by
Kyle M Hall (khall)
on 2013-11-05 16:32:00 UTC
(
hide
)
Description:
Bug 11203 - Datatables on parcel.pl do not ignore "stopwords" in titles
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-11-05 16:32:00 UTC
Size:
1.74 KB
patch
obsolete
>From eba161833cee7332880fd70a48bab1dbfbaefd7c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 5 Nov 2013 11:31:20 -0500 >Subject: [PATCH] Bug 11203 - Datatables on parcel.pl do not ignore "stopwords" in titles > >Sorting by the "summary" column does not produce the preferred results. >Title beginning with 'a', 'an', or 'the' are sorted using those >articles. > >Test plan: >1) Place an order for 2 items with the titles "Alpha" and "The Alpha", > along with some other records with titles starting with something > between 'a' and 't', and 't' and 'z' >2) Sort the "pending orders" table, note the incorrect sorting >3) Receive all the items >4) Sort the "already received" table, note the incorrect sorting >5) Apply the patch >6) Repeat steps 1-4, note the corrected sorting >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index db6783b..217bc23 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -24,7 +24,7 @@ > "aoColumns": [ > { "sType": "num-html" }, > { "sType": "num-html" }, >- { "sType": "html" }, >+ { "sType": "anti-the" }, > null, > null, > null, >@@ -65,7 +65,7 @@ > { "sType": "num-html" }, > { "sType": "num-html" }, > { "sType": "html" }, >- { "sType": "html" }, >+ { "sType": "anti-the" }, > null, > null, > null, >-- >1.7.2.5
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 11203
:
22736
|
22818
|
48677
|
50399
|
50409
|
50482