From: Jeff Davis <jdavis@sitka.bclibraries.ca>
Date: Mon, 17 Jun 2019 21:12:21 +0000 (-0700)
Subject: LP#1817645: use label as reporter:selector for user activity type
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=59f6637ae1228019744e911df65983f1cdb70ac8;p=evergreen%2Fjoelewis.git

LP#1817645: use label as reporter:selector for user activity type

Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 20905ca075..1a8598848b 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -3737,7 +3737,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 	</class>
 	<class id="cuat" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::usr_activity_type" oils_persist:tablename="config.usr_activity_type" reporter:label="User Activity Type">
 		<fields oils_persist:primary="id" oils_persist:sequence="config.usr_activity_type_id_seq">
-			<field name="id" reporter:label="ID" reporter:datatype="id" />
+			<field name="id" reporter:label="ID" reporter:datatype="id" reporter:selector="label"/>
 			<field name="ewho" reporter:label="Event Caller" reporter:datatype="text"/>
 			<field name="ewhat" reporter:label="Event Type" reporter:datatype="text"/>
 			<field name="ehow" reporter:label="Event Mechanism" reporter:datatype="text"/>