Changeset 398

Show
Ignore:
Timestamp:
07/27/10 08:55:42 (6 weeks ago)
Author:
sander
Message:

Fixed bug where testsuite jobs would be given to a worker that does not want test suite jobs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/www/app/controllers/jobs_controller.php

    r396 r398  
    501501                                                OR (`Request`.`own_factory` = 1 AND `Request`.`user_id` = '" . $this->AuthCert->user('id') . "') 
    502502                                        ) 
     503                                        $sqlWhere 
    503504                                ORDER BY `Request`.`own_factory` DESC, 
    504505                                        `Request`.`priority` ASC,