Skip to content

Commit 50fb1c3

Browse files
committed
fix: Missing recipients feature in base configuration document
1 parent df77482 commit 50fb1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/configurationDocument.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<p>The following document{{#if multipleDocuments}}s{{/if}} are outdated:</p>
127127
<ul>
128128
{{#each documents}}
129-
<li><a href="{{url}}">{{title}}</a> ({{lastVersionDate}}) ({{author}} - {{lastVersionMessage}})</li>
129+
<li><a href="{{url}}">{{title}}</a> ({{lastVersionDate}}) ({{author}} - {{lastVersionMessage}}) [notified: {{ getRecipients this }}]</li>
130130
{{/each}}
131131
</ul>
132132
<p>Please check, wether the document needs any updates or save the document again stating that it is still valid.</p>

0 commit comments

Comments
 (0)