upstream merge

This commit is contained in:
andrew.greene
2022-02-11 07:48:51 -07:00
84 changed files with 9393 additions and 3555 deletions

View File

@@ -122,6 +122,7 @@ module.exports = {
}
if (req.body.active) {
opts.clearContext = req.body.hasOwnProperty('clearContext')?req.body.clearContext:true
runtimeAPI.projects.setActiveProject(opts).then(function() {
listProjects(req,res);
}).catch(function(err) {