Ticket #1036: workunit.patch

File workunit.patch, 517 bytes (added by Thyme Lawn, 13 years ago)

Patch

  • workunit.php

     
    4848// don't show anything more
    4949// (so that bad guys can't tell if they have an unreplicated job)
    5050
    51 if ($app->target_nresults>0 && !$wu->canonical_resultid) {
     51if ($app->target_nresults>0 && !$wu->canonical_resultid && !wu->error_mask) {
    5252    row2(tra("Tasks in progress"), tra("suppressed pending completion"));
    5353    end_table();
    5454} else {