1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

[bug] hide spaces in public calendar when disabled

This commit is contained in:
Sylvain 2017-06-13 19:31:48 +02:00
parent 7ff46db808
commit 42d2c2ee31
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## next release
- Fix a bug: hide spaces in public calendar when module is disabled
- Fix a bug: confirmation message not shown after admin creation
- add task `rake fablab:get_incoherent_invoice` allow find the invoices incoherent

View File

@ -18,7 +18,7 @@
<input class="col-md-1 col-sm-1 col-xs-1" type="checkbox" ng-model="m.checked" ng-change="filterAvailabilities(filter)">
</div>
</div>
<div class="m-t">
<div class="m-t" ng-hide="fablabWithoutSpaces">
<div class="row">
<h3 class="col-md-11 col-sm-11 col-xs-11 text-cyan" translate>{{ 'calendar.spaces' }}</h3>
<input class="col-md-1 col-sm-1 col-xs-1" type="checkbox" ng-model="filter.spaces" ng-change="toggleFilter('spaces', filter)">