MANY changes around message listing / viewing
* If messageList is used, alwasy require items to contain areaTag * Standardize messageList a bit - still WIP, needs cleaned up * Lof of changes around area/conf tracking in relation to messages and message listings * Work for message searching * Clean up of various code, much to do...
This commit is contained in:
@@ -117,7 +117,7 @@ module.exports = class MenuStack {
|
||||
};
|
||||
|
||||
if(_.isObject(options)) {
|
||||
loadOpts.extraArgs = options.extraArgs;
|
||||
loadOpts.extraArgs = options.extraArgs || _.get(options, 'formData.value');
|
||||
loadOpts.lastMenuResult = options.lastMenuResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user