diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-05-28 15:28:35 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-05-28 15:28:35 +0000 |
commit | 054086b33dad4c4f7089cf2ebf0f52eed1d7a023 (patch) | |
tree | d78d83a895e239b3495e9ac52ecee0107b2a2f61 /h-source/Application/Models | |
parent | 7097598d5576ba5e9391b43f26bfc037c08d61c3 (diff) |
administrators can now view the actions of a single user in a compact format
Diffstat (limited to 'h-source/Application/Models')
-rw-r--r-- | h-source/Application/Models/HistoryModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |