Skip to content

Commit

Permalink
Merge #2253
Browse files Browse the repository at this point in the history
2253: fix(bhPeriodSelect): remove custom submit btn r=DedrickEnc a=jniles

This commit remove the custom submit button required to register a custom period.  With the button removed, it is no longer required or possible to click the button to put in a custom period.  This applies
across all registries.

Closes #1946.
  • Loading branch information
bors[bot] committed Oct 27, 2017
2 parents fbb86c7 + 30b57f1 commit d927538
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions client/src/modules/templates/bhPeriodSelect.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@
<div class="help-block" ng-messages="DateIntervalForm.dateTo.$error" ng-show="$ctrl.validationTrigger && DateIntervalForm.dateTo.$invalid">
<div ng-messages-include="modules/templates/messages.tmpl.html"></div>
</div>

</div>


</div>

<div class="row" style="margin-top : 5px">
<div class="col-md-12">
<button type="button" class="btn btn-default" ng-click="$ctrl.selectCustomPeriod($ctrl.customSelection)"><span translate>PERIODS.SUBMIT_CUSTOM_PERIOD</span></button>
</div>
</div>
</div>
Expand Down

0 comments on commit d927538

Please sign in to comment.