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
Looked into this one a bit -- looks like timecards are being set to their expected org and unit on creation. Unless there's another creation path I'm missing
And on even closer inspection, timecards on production are definitely not having their expected org and unit set on creation. Visible by inspecting Timecards created for 18F folks covering this week's reporting period
We’re using the TimecardForm when timecards are submitted, but not submitting organization/unit with the inbound POST data. Soooooo, we should exclude those fields in the form preventing them from being overwritten.
Upon creation, Timecards should have their
organization
andunit
values set to the current values for their associatedEmployee(UserData)
We have ~2 weeks of timecards which did not have their org and unit values set as expected, they will also need to be remedied.
We'll know we're done when
The text was updated successfully, but these errors were encountered: