Commit 614115b936c6679f78523ff680fe5a6c48eeb365
Committed by
Paulo Meireles
1 parent
c71f3d81
Exists in
master
and in
29 other branches
[Mezuro] Fixing myprofile controller refactoring
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/mezuro/controllers/mezuro_plugin_myprofile_controller.rb
... | ... | @@ -151,6 +151,7 @@ class MezuroPluginMyprofileController < ProfileController |
151 | 151 | elsif type == MezuroPlugin::MetricConfigurationContent::COMPOUND_TYPE |
152 | 152 | metric_configuration.metric.script = params[:metric_configuration][:metric][:script] |
153 | 153 | end |
154 | + metric_configuration | |
154 | 155 | end |
155 | 156 | |
156 | 157 | def generic_metric_configuration_creation(metric_configuration) | ... | ... |