stable

Clone or download

Read-only

task #12353: Be able to pick test definitions per environment

Now the user can select tests associated to environment for the new campaign. The values are submitted but not recorded for now. Change-Id: I9b2ac759a090b0c05d24e882870fb3a091de3d87

Modified Files

Name
M www/scripts/angular/po/template.pot +9 −1 Go to diff View file
A www/scripts/angular/src/app/app-directive.js +17 −0 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign-new-controller.js +56 −9 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign-new.tpl.html +70 −47 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign.js +1 −0 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign.less +27 −0 Go to diff View file
A www/scripts/angular/src/app/definition/definition-service.js +39 −0 Go to diff View file
A www/scripts/angular/src/app/definition/definition.js +3 −0 Go to diff View file
M www/themes/FlamingParrot/css/style.less +3 −4 Go to diff View file