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
Using a search query on the failing jobs page correctly restricts the displayed jobs. Upon pressing "Delete All" the prompt asks "Delete all N jobs?" where N is the count of jobs restricted by the search, however, upon confirming the deletion all failing jobs are deleted, whether matched by the search query, or not.
As an example, with the following jobs (which are failing as I have not created the corresponding classes):
the failed job page shows:
and if we search for "Foo" it shows:
if we press "Delete All" we are asked:
pressing "Ok" we see (after clearing the search)
and indeed, all the jobs have been deleted, not just those matching "Foo":
Using a search query on the failing jobs page correctly restricts the displayed jobs. Upon pressing "Delete All" the prompt asks "Delete all N jobs?" where N is the count of jobs restricted by the search, however, upon confirming the deletion all failing jobs are deleted, whether matched by the search query, or not.
As an example, with the following jobs (which are failing as I have not created the corresponding classes):
the failed job page shows:




and if we search for "Foo" it shows:
if we press "Delete All" we are asked:
pressing "Ok" we see (after clearing the search)
and indeed, all the jobs have been deleted, not just those matching "Foo":
N.b. we are pinned to que-web 0.7.1, since we have not yet upgraded to Que 1.X
The text was updated successfully, but these errors were encountered: