google / peoplemath

Web application for team planning
Apache License 2.0
127 stars 36 forks source link

Better rendering of period save errors #143

Closed amdw closed 3 years ago

amdw commented 3 years ago

When a period fails to save, the error message is not always (perhaps ever) rendered as expected. An opaque JavaScript object string can appear, without meaningful content.

We are probably missing a string extraction or JSONification somewhere.

amdw commented 3 years ago

We were doing JSON.stringify in most places - I fixed the only other ones I could find (#145).