diff options
Diffstat (limited to 'src/data/composite/things/content/helpers/withExpressedOrImplicitArtistReferences.js')
-rw-r--r-- | src/data/composite/things/content/helpers/withExpressedOrImplicitArtistReferences.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/content/helpers/withExpressedOrImplicitArtistReferences.js b/src/data/composite/things/content/helpers/withExpressedOrImplicitArtistReferences.js index 62799d43..69da8c75 100644 --- a/src/data/composite/things/content/helpers/withExpressedOrImplicitArtistReferences.js +++ b/src/data/composite/things/content/helpers/withExpressedOrImplicitArtistReferences.js @@ -52,6 +52,7 @@ export default templateCompositeFrom({ withMappedList({ list: '#artistTags', map: input.value(node => + 'artist:' + node.data.replacerValue[0].data), }).outputs({ '#mappedList': '#artistReferences', |