Skip to content

Commit

Permalink
updated time details page where holiday days were hiding the delete l…
Browse files Browse the repository at this point in the history
…ink on that day entry.
  • Loading branch information
sibow committed Mar 13, 2024
1 parent e48e258 commit 147714e
Show file tree
Hide file tree
Showing 7 changed files with 441 additions and 432 deletions.
3 changes: 3 additions & 0 deletions src/main/java/in/bloomington/timer/bean/Group.java
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ public boolean hasGroupShifts(){
public List<GroupShift> getGroupShifts(){
return groupShifts;
}
public boolean hasNoShift(){
return !hasShift();
}
public boolean hasShift(){
if(shift == null)
findShifts();
Expand Down
Loading

0 comments on commit 147714e

Please sign in to comment.