From c593c74b6a3dbac222a2d1839b2b944f4b2afaa5 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 20 Sep 2010 22:45:39 +0000 Subject: [PATCH] CSPACE-2863: Trivial modification of comment to reference current discussion about how to handle cases where a term is used in more than one source field in a record; happened across this when working on CSPACE-2783. --- .../services/common/vocabulary/RefNameServiceUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameServiceUtils.java b/services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameServiceUtils.java index 52d5badc9..4f5642122 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameServiceUtils.java +++ b/services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameServiceUtils.java @@ -198,7 +198,8 @@ public class RefNameServiceUtils { ilistItem.setSourceField(sourceField); // FIXME Returns only the first field in which the refName is found. // We may want to return all; this may require multiple sourceFields - // in the list item schema. + // in the list item schema; or else multiple list items, one per sourceField. + // See CSPACE-2863 for a discussion of how this might be handled. break; } -- 2.47.3