Skip to content

v0.9.3

Latest

Choose a tag to compare

@avivsinai avivsinai released this 06 Jul 12:41
80cfce7

[0.9.3] - 2026-07-06

Fixed

  • Attendance day edits no longer reject every self-service day. The 0.9.2 disabled-row guard read the grid's CanBeChanged flag, which Hilan serializes as false even for editable days, so every calendar write failed closed. The guard now keys off the rendered save-button disabled attribute, which correctly distinguishes locked days (outside the self-service window) from editable ones.