We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a model with a date field that is not filled in. When I go to the overview of that model in Formage, I get the "Something broke" error message.
The problem is caused in views\model.jade around line 35 (in my version):
when 'Date' a(href=document_url): =value.toISOString().split('T')[0]
value is not defined so the call to toISOString fails.
The actual exception stack trace points to generated\templates.js but I assume this is generated from the model.jade file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a model with a date field that is not filled in. When I go to the overview of that model in Formage, I get the "Something broke" error message.
The problem is caused in views\model.jade around line 35 (in my version):
value is not defined so the call to toISOString fails.
The actual exception stack trace points to generated\templates.js but I assume this is generated from the model.jade file.
The text was updated successfully, but these errors were encountered: