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

@@ -46,6 +46,7 @@ module.exports = function () {
response.display = (view, options) => {
options.domain = config.get("server.domain");
options.urlEndpoint = request.originalUrl;
options.query = request.query;
// Set a default pageTitle...
options.pageTitle = options.pageTitle ? options.pageTitle : "Mantra";
options.errorMessage = (error) => {