« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/things/artwork.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/things/artwork.js b/src/data/things/artwork.js
index 1c1e3f78..c1aafa8f 100644
--- a/src/data/things/artwork.js
+++ b/src/data/things/artwork.js
@@ -140,6 +140,8 @@ export class Artwork extends Thing {
       withRecontextualizedContributionList('#attachedArtwork.artistContribs'),
       exposeDependencyOrContinue('#attachedArtwork.artistContribs'),
 
+      exitWithoutDependency('artistContribsFromThingProperty', V([])),
+
       withPropertyFromObject('thing', 'artistContribsFromThingProperty')
         .outputs({'#value': '#artistContribsFromThing'}),