#23 - collective editing vacation days #26
Reference in New Issue
Block a user
Delete Branch "#23-collective-editing-vacation-days"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should close #23
Also I created something like global "year period scope". You can select specific year period if you want to see data for 2021, 2022, etc. The choice is stored in the session.
Could you inject session via DI?
@@ -6,15 +6,15 @@ namespace Toby\Providers;TBH I would move these to some separate
ObserverServiceProvider.Do we need that field? Nullable
daysindicate the same, I think.@@ -0,0 +163,4 @@items: data.items.map(item => ({id: item.id,days: item.hasVacation ? item.days : null,})),Or maybe just soirt it on backend?
@@ -0,0 +163,4 @@items: data.items.map(item => ({id: item.id,days: item.hasVacation ? item.days : null,})),I've created issue for that - link.