feat(portal-data): set imported when creating imported DeploymentGroup

This commit is contained in:
Sérgio Ramos 2017-06-27 16:13:15 +01:00 committed by Judit Greskovits
parent a150dabff2
commit 12fa092c3b
1 changed files with 2 additions and 1 deletions

View File

@ -1481,7 +1481,8 @@ module.exports = class Data extends EventEmitter {
const deploymentGroup = {
name: tags[DEPLOYMENT_GROUP],
slug: ParamCase(tags[DEPLOYMENT_GROUP])
slug: ParamCase(tags[DEPLOYMENT_GROUP]),
imported: true
};
console.log(`-> creating DeploymentGroup ${Util.inspect(deploymentGroup)}`);