metric_admin 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ module MetricAdmin
77
77
  end
78
78
 
79
79
  def evaluate
80
- metric_logic = params["logic"].gsub(":staff", params[:logic_staff])
80
+ metric_logic = params["logic"].gsub(":staff", params[:staff_evaluation])
81
81
  error = {}
82
82
 
83
83
  res = Thread.new{
@@ -81,7 +81,7 @@
81
81
  = f.text_area :logic_errors, :class=>"input-block-level errors", :placeholder => "Error Container", :value => "", :rows => 20
82
82
  %br
83
83
  .controls
84
- %label.control-label{:for => "logic_staff"} Staff: (for purposes of metric evaluation)
84
+ %label.control-label{:for => "staff_evaluation"} Staff: (for purposes of metric evaluation)
85
85
  = collection_select :metric, :staff_evaluation, @metric.resource_type.resources, :code, :name
86
86
  %br
87
87
  %button.btn.run_logic{"aria-hidden" => "true", "data-dismiss" => "modal"}
@@ -1,3 +1,3 @@
1
1
  module MetricAdmin
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 10
9
- version: 0.0.10
8
+ - 11
9
+ version: 0.0.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Analytics For Lawyers