Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export as table error #153

Closed
jpburelle opened this issue May 12, 2021 · 1 comment
Closed

Export as table error #153

jpburelle opened this issue May 12, 2021 · 1 comment

Comments

@jpburelle
Copy link

When exporting my facilmap as Table I get the following error page:

TypeError: ejs:54
52| for(let field of type.fields) {
53| if(!hide.includes(field.name)) {

54| -%> <%-utils.formatField(field, object.data[field.name]).trim()%> <%
55| }
56| }
57| -%> <%

dom_1.$ is not a function
at applyMarkdownModifications (/opt/facilmap/utils/dist/format.js:61:11)
at markdownBlock (/opt/facilmap/utils/dist/format.js:35:5)
at Object.formatField (/opt/facilmap/utils/dist/format.js:21:20)
at eval (eval at compile (/opt/facilmap/node_modules/ejs/lib/ejs.js:662:12), :142:22)
at anonymous (/opt/facilmap/node_modules/ejs/lib/ejs.js:692:17)
at Object.exports.render (/opt/facilmap/node_modules/ejs/lib/ejs.js:423:37)
at /opt/facilmap/server/dist/export/table.js:65:30
at async /opt/facilmap/server/dist/webserver.js:93:35

cdauth added a commit that referenced this issue May 12, 2021
@cdauth
Copy link
Contributor

cdauth commented May 12, 2021

Thanks for reporting! This should be fixed now.

@cdauth cdauth closed this as completed May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants