Bugzilla – Attachment 32093 Details for
Bug 13054
Allow server-side sorting by title to ignore custom sets of articles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13054: Added sort 'anti-the' to title
Bug-13054-Added-sort-anti-the-to-title.patch (text/plain), 910 bytes, created by
Martin Renvoize (ashimema)
on 2014-10-09 15:23:35 UTC
(
hide
)
Description:
Bug 13054: Added sort 'anti-the' to title
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-10-09 15:23:35 UTC
Size:
910 bytes
patch
obsolete
>From b2b36d19251cad9adcef2e3e81b0fedfbd0d5560 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 9 Oct 2014 15:22:29 +0000 >Subject: [PATCH] Bug 13054: Added sort 'anti-the' to title > >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index b2e47e4..2dc9703 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -204,7 +204,8 @@ $(document).ready(function() { > + "</a>"; > > return title; >- } >+ }, >+ "sType": "anti-the" > }, > { "mDataProp": "itemtype" }, > { "mDataProp": "issuedate_formatted" }, >-- >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 13054
: 32093