Skip to content

Commit

Permalink
Merge pull request #1224 from plessbd/add-job-name-to-jobsearch
Browse files Browse the repository at this point in the history
return user supplied jobname in search
  • Loading branch information
plessbd authored Feb 13, 2020
2 parents 048fc64 + d48b8d5 commit 9cede19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classes/DataWarehouse/Query/Jobs/RawData.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public function __construct(
$this->addField(new TableField($factTable, 'end_time_ts'));
$this->addField(new FormulaField('-1', 'cpu_user'));

// This is used by Integrations and not currently shown on the XDMoD interface
$this->addField(new TableField($factTable, 'name', 'job_name'));

$this->addTable($joblistTable);
$this->addTable($factTable);

Expand Down

0 comments on commit 9cede19

Please sign in to comment.