Feature/flag tooltip in daily planning
Compare changes
Files
4+ 55
− 29
@@ -43,15 +43,21 @@ def build_duration(duration):
@@ -65,14 +71,16 @@ def get_holidays(worker, date):
@@ -124,13 +132,17 @@ def get_availabilities(worker, date):
@@ -156,7 +168,8 @@ def get_conflicts(worker, date):
@@ -168,12 +181,15 @@ def get_conflicts(worker, date):
@@ -212,7 +228,8 @@ def get_generic_appointment_events(request, date):
@@ -250,6 +267,7 @@ def events(request, date):
@@ -257,13 +275,16 @@ def events(request, date):
@@ -330,13 +351,16 @@ def events_persist(request):
@@ -349,11 +373,13 @@ def events_persist(request):