Added origin config to use in summaries. Added link property to summaries for local traxxx URL.

This commit is contained in:
2025-11-14 22:52:16 +01:00
parent 0dd4bcc7fe
commit 8f145e926e
7 changed files with 17 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ const changed = ref(false);
const templateName = ref(initialTemplate?.name || `custom_${Date.now()}`);
function getSummary() {
return processSummaryTemplate(template.value, props.release);
return processSummaryTemplate(template.value, props.release, pageContext.env);
}
const summary = ref(getSummary());