You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: I have a schedule with remark "foo". I edit the schedule, changing "foo" to "" (empty string). This value "" gets written to the database. Instead, it would make more sense to change the "" to null before the REST request gets sent.
The text was updated successfully, but these errors were encountered:
Scenario: I have a schedule with remark "foo". I edit the schedule, changing "foo" to "" (empty string). This value "" gets written to the database. Instead, it would make more sense to change the "" to
null
before the REST request gets sent.The text was updated successfully, but these errors were encountered: