From c11785b2db5f6f406192ed23b75e38c6f031f2a6 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 8 Jul 2014 22:06:04 +0000 Subject: [PATCH] Change pm_id filter to link-entry to match edit dialog. Fixes empty pm_id filter when PM integration = full --- timesheet/inc/class.timesheet_ui.inc.php | 1 + timesheet/templates/default/index.xet | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index cb5771f869..e9046a3be4 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -874,6 +874,7 @@ class timesheet_ui extends timesheet_bo 'row_modified' => 'ts_modified', //'actions' => $this->get_actions(), 'default_cols' => '!legacy_actions', // switch legacy actions column and row off by default + 'pm_integration' => $this->pm_integration, ); } $content['nm']['actions'] = $this->get_actions($content['nm']); diff --git a/timesheet/templates/default/index.xet b/timesheet/templates/default/index.xet index daa0c9b6ea..f865f61232 100644 --- a/timesheet/templates/default/index.xet +++ b/timesheet/templates/default/index.xet @@ -2,7 +2,7 @@