[open-ils-commits] [GIT] Evergreen ILS branch master updated. f0f70c455756d1666328cc1028a04036c7d1d6d7
Evergreen Git
git at git.evergreen-ils.org
Tue Jul 9 20:15:06 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via f0f70c455756d1666328cc1028a04036c7d1d6d7 (commit)
from 39c46c14b5df32f3777175a65841e282c77309a3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f0f70c455756d1666328cc1028a04036c7d1d6d7
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date: Tue Jun 11 12:29:29 2013 +0300
Fix LP#1108668 by marking the internet access level column contents as translatable in fm_IDL.xml
Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index b4614ee..0da9abd 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -3225,7 +3225,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
<class id="cnal" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::net_access_level" oils_persist:tablename="config.net_access_level" reporter:label="Net Access Level">
<fields oils_persist:primary="id" oils_persist:sequence="config.net_access_level_id_seq">
<field name="id" reporter:selector="name" reporter:datatype="id"/>
- <field name="name" reporter:datatype="text"/>
+ <field name="name" reporter:datatype="text" oils_persist:i18n="true"/>
</fields>
<links/>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/fm_IDL.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list