Commit 34e249fa00134fc2110d7d97d7202f3b733e5805

Authored by Alessandro Palmeira + Diego Araujo
Committed by Alessandro Palmeira
1 parent 06744385

[Mezuro] Project id of a project_content is set by Kalibro

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 )