Commit 34e249fa00134fc2110d7d97d7202f3b733e5805
Committed by
Alessandro Palmeira
1 parent
06744385
Exists in
master
and in
28 other branches
[Mezuro] Project id of a project_content is set by Kalibro
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
plugins/mezuro/lib/mezuro_plugin/project_content.rb
| @@ -83,7 +83,6 @@ class MezuroPlugin::ProjectContent < Article | @@ -83,7 +83,6 @@ class MezuroPlugin::ProjectContent < Article | ||
| 83 | 83 | ||
| 84 | def create_kalibro_project | 84 | def create_kalibro_project |
| 85 | Kalibro::Project.create( | 85 | Kalibro::Project.create( |
| 86 | - :id => project_id, | ||
| 87 | :name => name, | 86 | :name => name, |
| 88 | :description => description | 87 | :description => description |
| 89 | ) | 88 | ) |