[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 89f4e6b42eecfb256807a7f9f78b5530d3e93e46
Evergreen Git
git at git.evergreen-ils.org
Wed Apr 19 04:00:58 EDT 2017
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, rel_2_12 has been updated
via 89f4e6b42eecfb256807a7f9f78b5530d3e93e46 (commit)
from cde563cdb4856ee79e3ea5b2d722af286b1c4f41 (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 89f4e6b42eecfb256807a7f9f78b5530d3e93e46
Author: Mike Rylander <mrylander at gmail.com>
Date: Mon Apr 17 10:48:33 2017 -0400
LP#1682292: Mark record attr label and description as translation-aware
Signed-off-by: Mike Rylander <mrylander at gmail.com>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 86efb0d..34c313e 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -953,8 +953,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
<class id="crad" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::record_attr_definition" oils_persist:tablename="config.record_attr_definition" reporter:label="SVF Record Attribute Defintion" oils_persist:field_safe="true">
<fields oils_persist:primary="name">
<field reporter:label="Name" name="name" reporter:datatype="id" reporter:selector="label" oils_obj:required="true"/>
- <field reporter:label="Label" name="label" reporter:datatype="text" oils_obj:required="true"/>
- <field reporter:label="Description" name="description" reporter:datatype="text" />
+ <field reporter:label="Label" name="label" reporter:datatype="text" oils_obj:required="true" oils_persist:i18n="true"/>
+ <field reporter:label="Description" name="description" reporter:datatype="text" oils_persist:i18n="true" />
<field reporter:label="Multi-valued?" name="multi" reporter:datatype="bool"/>
<field reporter:label="Filter?" name="filter" reporter:datatype="bool"/>
<field reporter:label="Sorter?" name="sorter" reporter:datatype="bool"/>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/fm_IDL.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list