« get me outta code hell

data: ContentEntry.artists: extract implicit artist refs properly - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-09-03 15:36:36 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-09-03 15:36:36 -0300
commitc3a9c8f5724852a09bf51840f7278ca6cfe09d70 (patch)
treeb6d0c839a458001cedafaed458e685ffb7a5dab6
parent121c5081b3e140f113954361f67fba35fadefe13 (diff)
data: ContentEntry.artists: extract implicit artist refs properly
-rw-r--r--src/data/composite/things/content/helpers/withExpressedOrImplicitArtistReferences.js1
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',