ILSCeV / Lara

A calender with personnel scheduling for club management, built on top of Laravel 5
GNU General Public License v3.0
24 stars 19 forks source link

Remove the button "Zeiten ausblenden" for events without a dienstplan #180

Closed bedo2991 closed 6 years ago

bedo2991 commented 8 years ago

Small enhancement: the button "Zeiten ausblenden" should be removed for events without shifts. image

4D44H commented 8 years ago

Yep, and also the changelog. Can actually just pack it all in an if(isset($schedule)){...} or similar check...

bedo2991 commented 8 years ago

The changelog should stay I think. Maybe it's useful to know who created the event.

4D44H commented 8 years ago

Hm... yeah, that makes sense.

4D44H commented 8 years ago

[1] Remove the button "Zeiten ausblenden" for events without a schedule