GCRC / nunaliit_android

Android application for Nunaliit
MIT License
1 stars 1 forks source link

Move logic from CreateDocumentWidget to n2.cordovaLayout.js #48

Closed jpfiset closed 6 years ago

jpfiset commented 6 years ago

In n2.widgetBasic.js, the create document widget is modified for Cordova. --- Code is called directly from n2.cordovaLayout.js:114 --- All that widget does is check if logged in (should always be in mobile app) and dispatch event 'editInitiate' with empty document --- This logic should be migrated to n2.cordovaLayout.js --- n2.widgetBasic.js should revert to its previous form