mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
hide disabled trainings in public calendar
This commit is contained in:
parent
4752fce762
commit
0e38574ef8
@ -21,7 +21,7 @@ Application.Controllers.controller "CalendarController", ["$scope", "$state", "$
|
||||
### PUBLIC SCOPE ###
|
||||
|
||||
## List of trainings
|
||||
$scope.trainings = trainingsPromise
|
||||
$scope.trainings = trainingsPromise.filter (t) -> !t.disabled
|
||||
|
||||
## List of machines
|
||||
$scope.machines = machinesPromise
|
||||
|
Loading…
x
Reference in New Issue
Block a user