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
new workorder should create a new row in the list (assuming it matches the current filters)
If we refetch all workorders every time a new workorder is created, there's a chance that a workorder which was being monitored by the user will get lost. This will only happen if 10 new workorders come in, because of our page size.
If we append the new workorder, which is what I'm doing currently, when the user clicks to move to the next page, they will get some results from the previous page.
@elias-ba and @midigofrank point out that attempt and run events are not being handled properly by the new history page.
c413bd5#diff-d83c666728f5ede80de9e0fa0c0576415368d56bac060201ef1452f2df53728aR118-R119
While we're at it, we can use this issue to track all the events we expect to handle:
The text was updated successfully, but these errors were encountered: