jameacle09 / csileavemanagementsystem

Leave Management System for CSI with a Spring Boot backend and a React frontend.
8 stars 15 forks source link

Fix bug where cant add new entitlement #198

Closed chaikp closed 5 years ago

chaikp commented 5 years ago

The check for existing Leave Entitlement (to avoid overwriting existing Leave entitlement), have erroneous handling. When no Leave Entitlement found for given key (ID + year + Leave Type), API response of NULL should allow user to create Leave Entitlement with the values.