Replace test project by adding content to the create project

This commit is contained in:
brunosimon
2017-07-30 19:55:16 +02:00
parent 46b9dac6f0
commit 44138132e2
4 changed files with 174 additions and 126 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class Projects
}
// Update project name
project.set_name(_name + ' ' + newNumber)
project.setName(_options.name + ' ' + newNumber)
// Try to found
sameNameProject = this.all[project.slug]