Commit a5dbb20dcca960d28021117fcb0c35a683b23fc8
1 parent
21eb9a5b
Exists in
master
and in
29 other branches
[Mezuro] Fixed repository_types request
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/lib/kalibro/repository.rb
... | ... | @@ -3,7 +3,7 @@ class Kalibro::Repository < Kalibro::Model |
3 | 3 | attr_accessor :id, :name, :description, :license, :process_period, :type, :address, :configuration_id |
4 | 4 | |
5 | 5 | def self.repository_types |
6 | - request(:supported_repository_types)[:repository_type].to_a | |
6 | + request(:supported_repository_types)[:supported_type].to_a | |
7 | 7 | end |
8 | 8 | |
9 | 9 | def self.repository_of(processing_id) | ... | ... |