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
During the last few weeks, we have repeatedly gotten user feedback in #tock that the following error sometimes comes up when submitting time cards:
There was an error processing your time card
You cannot submit weekly billing for a project under hourly billing.
We thought we fixed this over at #1575 but I think this problem has come up in a different form. In particular, this is now happening (but not exclusively so) for prefilled time cards -- that is, time cards that carry over from the previous week.
Not sure how to reproduce, yet, but we can start by looking at these affected users' time cards.
The text was updated successfully, but these errors were encountered:
I'll look into this. Could it come from pre-filled time cards that lack some of the validation that went into #1575 (because they are getting made on the back end)?
I was able to extract the HTML page for the timecard page from one of the users experiencing this problem and it seems close to what we might have guessed. The POST request from that timecard page is sending "project_allocation" as zero instead of a blank.
Still thinking about the right fix. Either add "0" to the check on that line or figure out why these are being sent as zeroes and prevent that from happening.
During the last few weeks, we have repeatedly gotten user feedback in
#tock
that the following error sometimes comes up when submitting time cards:We thought we fixed this over at #1575 but I think this problem has come up in a different form. In particular, this is now happening (but not exclusively so) for prefilled time cards -- that is, time cards that carry over from the previous week.
Not sure how to reproduce, yet, but we can start by looking at these affected users' time cards.
The text was updated successfully, but these errors were encountered: