Ability to export sheets from tracker

This commit is contained in:
kngako
2022-06-22 04:16:01 +02:00
parent f948603e05
commit f5b936212c
3 changed files with 130 additions and 5 deletions

View File

@@ -22,6 +22,14 @@ block content
.col.s12
a.btn.black(href=`/projects/${project.id}/tracker/trail`) audit trail
.row
.col.s12
form(action=urlEndpoint, method="get")
input(type="hidden", name="sheets", value="true")
each val, key in query
if key != "sheets"
input(type="hidden", name=key, value=val)
button.btn.black(type="submit") export to spreadsheets
.divider
table.highlight