Typo in controllers/staff.js (node.js editor demos v1.7.1)
Typo in controllers/staff.js (node.js editor demos v1.7.1)
990consulting
Posts: 23Questions: 7Answers: 0
In the node.js demos (v1.7.1), there is a stray "debug(true)" on line 12 of controllers/staff.js. This causes a type error, preventing the table from loading. Deleting the debug(true) causes it to work as expected.
This discussion has been closed.
Replies
Correction: the page loads, but when you create a new entry and hit "create," nothing happens--it shows the animation in the upper right forever and nothing is added to the DB.
Thank you! I'm sorry - this is a bug in the client-side Javascript. I'm working on tagging 1.7.2 with the fix just now.
Allan
That's 1.7.2 released now. The only changes are to address the submission of data when creating a row and removing that
debug
statement in the node staff example.Thanks again and my apologies for the trouble.
Allan
Works like a charm. Thanks for your quick response on this. I'll test all the demos and post to a new thread if I run into any issues. You've got a great product here.