Skip to content

Commit

Permalink
fix(xo-server-backup-reports): fix undefined function in partial
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Nollet committed Jan 8, 2025
1 parent 93a11cf commit 51bdca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- **UUID**: {{{uuid}}}
- **Type**: {{{taskLog.data.type}}}
{{>reportTemporalDataMd end=taskLog.end start=taskLog.start}}
{{>reportTemporalDataMd end=taskLog.end start=taskLog.start formatDate=../formatDate}}
{{>reportWarningsMd task=taskLog}}
- **Error**: {{{taskLog.result.message}}}
{{else}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ul>
<li><span style="font-weight: bold">UUID</span>: {{uuid}}</li>
<li><span style="font-weight: bold">Type</span>: {{taskLog.data.type}}</li>
{{>reportTemporalDataMjml end=taskLog.end start=taskLog.start}}
{{>reportTemporalDataMjml end=taskLog.end start=taskLog.start formatDate=../formatDate}}
{{>reportWarningsMjml task=taskLog}}
<li><span style="font-weight: bold">Error</span>: {{taskLog.result.message}}</li>
</ul>
Expand Down

0 comments on commit 51bdca7

Please sign in to comment.