+ New file base list export functionality (early beta!)

* File base area startup() and cleanup
* Better prepViewController() signature
This commit is contained in:
Bryan Ashby 2018-03-03 21:46:41 -07:00
parent 4ccb059d61
commit d3d8268df8
5 changed files with 351 additions and 5 deletions

View file

@ -49,7 +49,7 @@ exports.getModule = class MessageBaseSearch extends MenuModule {
return cb(err);
}
this.prepViewController('search', 0, { mciMap : mciData.menu }, (err, vc) => {
this.prepViewController('search', 0, mciData.menu, (err, vc) => {
if(err) {
return cb(err);
}