add redirection to wopi after doc generation

This commit is contained in:
2021-08-19 23:30:45 +02:00
parent 8295788d7f
commit 06abefd576
4 changed files with 30 additions and 25 deletions

View File

@@ -94,7 +94,7 @@ const datetimeToISO = (date) => {
const intervalDaysToISO = (days) => {
if (null === days) {
return 'PD0';
return 'P0D';
}
return `P${days}D`;