« get me outta code hell

data: misc. composite fixes - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things/track/withAlwaysReferenceByDirectory.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-01 17:59:25 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-01 17:59:25 -0300
commit963e04f124f98464a986487208ee4f9edd893984 (patch)
treea67e9a54332148c1447d9e4c74098db4ceb3a34a /src/data/composite/things/track/withAlwaysReferenceByDirectory.js
parenta60c8906ed7580a21527c9f96cd0e6e277978263 (diff)
data: misc. composite fixes track-data-cleanup
Diffstat (limited to 'src/data/composite/things/track/withAlwaysReferenceByDirectory.js')
-rw-r--r--src/data/composite/things/track/withAlwaysReferenceByDirectory.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/composite/things/track/withAlwaysReferenceByDirectory.js b/src/data/composite/things/track/withAlwaysReferenceByDirectory.js
index 0aeac78..7c59393 100644
--- a/src/data/composite/things/track/withAlwaysReferenceByDirectory.js
+++ b/src/data/composite/things/track/withAlwaysReferenceByDirectory.js
@@ -15,6 +15,8 @@ import withOriginalRelease from './withOriginalRelease.js';
 export default templateCompositeFrom({
   annotation: `withAlwaysReferenceByDirectory`,
 
+  outputs: ['#alwaysReferenceByDirectory'],
+
   steps: () => [
     exposeUpdateValueOrContinue({
       validate: input.value(isBoolean),