Commit 5734134119d78c233acd621c31216d64cec9fdce
Committed by
João M. M. da Silva
1 parent
950197cb
Exists in
master
and in
29 other branches
[Mezuro] Fixed Reposiotry view
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/lib/kalibro/repository.rb
... | ... | @@ -23,7 +23,7 @@ class Kalibro::Repository < Kalibro::Model |
23 | 23 | end |
24 | 24 | |
25 | 25 | def save_params |
26 | - {:kalibro_repository => self.to_hash, :project_id => Kalibro::Project.project_of(id)} | |
26 | + {:repository => self.to_hash, :project_id => Kalibro::Project.project_of(id).id} | |
27 | 27 | end |
28 | 28 | |
29 | 29 | end | ... | ... |