Added export button to Pipework
This commit is contained in:
@@ -210,6 +210,9 @@ class LineworkController extends mfBaseController {
|
||||
$cmd = BASEDIR."/scripts/start_workflow_export.php";
|
||||
$args = "";
|
||||
|
||||
$filter['type'] = "Pipework";
|
||||
$filter['user_id'] = $this->me->id;
|
||||
|
||||
foreach($get['filter'] as $key => $value) {
|
||||
$args .= " ".escapeshellarg("--$key")." ". escapeshellarg($value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user