Skip to content

Commit

Permalink
Merge pull request #2265 from mwillbanks/hotfix/fix-metric-visibility
Browse files Browse the repository at this point in the history
Metric visibility flag was named incorrectly
  • Loading branch information
jbrooksuk committed Dec 7, 2016
2 parents 0780e40 + e5335b1 commit 0b382fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard/metrics/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</div>
<div class="form-group">
<label>{{ trans('forms.metrics.visibility') }}</label>
<select name="visible" class="form-control" required>
<select name="metric[visible]" class="form-control" required>
<option value="0">{{ trans('forms.metrics.visibility_authenticated') }}</option>
<option value="1">{{ trans('forms.metrics.visibility_public') }}</option>
<option value="2">{{ trans('forms.metrics.visibility_hidden') }}</option>
Expand Down

0 comments on commit 0b382fd

Please sign in to comment.