Added origin config to use in summaries. Added link property to summaries for local traxxx URL.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user