6.9.294 • Published 5 years ago

visionr-dev v6.9.294

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

TODO

  • MAKE ERROR REPORT TO VISJS COMMUNITY
  • VIS.JS version MUST be 6.19.0
  • TODO check zoom bug in 6.20.0 (viewport frame moves without mouse movement!)
  • TODO MAKE ERROR REPORT

Removing all old templates / categories

Execute the following via vr tool:

console.log(" --- Removing all instances of forms.template ...");
for (var e of db.forms.template.SELECT()) e.delete();

console.log(" --- Removing all instances of forms.category_template ...");
for (var e of db.forms.category_template.SELECT()) e.delete();

console.log(" --- Synchronizing templates from dev file system 'forms/' ...");
com.planvision.visionr.server.mod.js.api.Dev.syncTemplates();

... and then some in the console

"node_modules/.bin/ngc" -p src\tsconfig.app-aot.json
"node_modules/.bin/rollup"  -c src\rollup-config.js
"../node_modules/.bin/ngc" -p tsconfig.app-aot.json
ngr --build prod --serve

RESET FORMS

in vr / server cli

require("dev/reset")