Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/vacation_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
EmploymentForm::EmploymentContract,
],
VacationTypeConfigRetriever::KEY_REQUEST_ALLOWED_FOR => [
Role::Employee,
Role::Administrator,
Role::AdministrativeApprover,
Role::TechnicalApprover,
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/VacationRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ public function testCorrectVacationTypesAreAvailableForEmployee(): void
["label" => "Urlop szkoleniowy", "value" => "training_vacation"],
["label" => "Urlop bezpłatny", "value" => "unpaid_vacation"],
["label" => "Wolontariat", "value" => "volunteering_vacation"],
["label" => "Odbiór za święto", "value" => "time_in_lieu"],
["label" => "Zwolnienie lekarskie", "value" => "sick_vacation"],
["label" => "Praca zdalna", "value" => "remote_work"],
]);
Expand Down