From 054086b33dad4c4f7089cf2ebf0f52eed1d7a023 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 28 May 2012 15:28:35 +0000 Subject: administrators can now view the actions of a single user in a compact format --- h-source/Application/Models/HistoryModel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'h-source/Application/Models') diff --git a/h-source/Application/Models/HistoryModel.php b/h-source/Application/Models/HistoryModel.php index cf63dbe..d94f745 100644 --- a/h-source/Application/Models/HistoryModel.php +++ b/h-source/Application/Models/HistoryModel.php @@ -30,6 +30,7 @@ class HistoryModel extends Model_Tree { 'approved' => 'hardware', 'deleted' => 'hardware', 'cleared' => 'hardware', + 'username' => 'regusers', ); $this->orderBy = 'history.id_history'; -- cgit v1.2.3