Bugzilla – Attachment 180266 Details for
Bug 39011
Unable to search the holdings table (except home/holding libraries and barcode)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39011: (follow-up) JSDoc
Bug-39011-follow-up-JSDoc.patch (text/plain), 2.05 KB, created by
Martin Renvoize (ashimema)
on 2025-04-02 08:56:35 UTC
(
hide
)
Description:
Bug 39011: (follow-up) JSDoc
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-04-02 08:56:35 UTC
Size:
2.05 KB
patch
obsolete
>From 661c72318a179828034ea8d815eca9a79189b81a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Wed, 2 Apr 2025 10:47:57 +0200 >Subject: [PATCH] Bug 39011: (follow-up) JSDoc > >Add some initial JSDoc for the enhancments to datatables we introduce >here. > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 414cf4bbb00..ba9c6deec85 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -1334,6 +1334,11 @@ function update_search_description( > * Supports `contains`, `starts_with`, `ends_with` and `exact` match > * @param {string} [options.columns.*.type Data type the field is stored in so we may impose some additional > * manipulation to search strings. Supported types are currenlty 'date' >+ * @param {string} [options.columns.*.datatype Data type the field is stored in so we may impose some additional >+ * manipulation logic to search. Supported types are currently 'related-object', >+ * for implimenting joins in api search queries, and 'coded_value:TABLE' to allow >+ * for clientside translations of description to code to reduce join requirements. >+ * See bug 39011 for an example implimentation. > * @param {Object} table_settings The arrayref as returned by TableSettings.GetTableSettings function > * available from the columns_settings template toolkit include > * @param {Boolean} add_filters Add a filters row as the top row of the table >-- >2.49.0
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 39011
:
177465
|
177553
|
177556
|
177620
|
177702
|
177725
|
178033
|
178034
|
178118
|
178119
|
180264
|
180265
|
180266
|
180267
|
182175