[Koha-bugs] [Bug 29695] Centralize columns' descriptions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 18 16:15:07 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29695

--- Comment #32 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 131918
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131918&action=edit
Bug 29695: Add new module Koha::Database::Columns

This module will contain new strings and make them translatable using
Koha::I18N.

We will need to improve this module to prevent the dozens of __ calls
each time we retrieve the column list. We could either use memcached or
add a method to only retrieve columns for a given table.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list