Fix some bugs with merging when no explicit form defined

This commit is contained in:
Bryan Ashby 2016-01-16 19:04:17 -07:00
parent 5700ff27ba
commit 12414d0d7a
3 changed files with 34 additions and 6 deletions

View file

@ -22,8 +22,6 @@ exports.loadMenu = loadMenu;
exports.getFormConfigByIDAndMap = getFormConfigByIDAndMap;
exports.handleAction = handleAction;
exports.handleNext = handleNext;
//exports.applyGeneralThemeCustomization = applyGeneralThemeCustomization;
//exports.applyMciThemeCustomization = applyMciThemeCustomization;
function getMenuConfig(client, name, cb) {
var menuConfig;