From af80b967213a02fc9cd39dbddbdb2ac582b00200 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 15 Oct 2013 19:25:31 +0000 Subject: added the ManagerController and the manager users group. Now the users in the manager group can modify the list of allowed distros by means of the main panel --- h-source/Application/Models/DistrosModel.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h-source/Application/Models') diff --git a/h-source/Application/Models/DistrosModel.php b/h-source/Application/Models/DistrosModel.php index 41e0c6a..58cd435 100644 --- a/h-source/Application/Models/DistrosModel.php +++ b/h-source/Application/Models/DistrosModel.php @@ -26,6 +26,8 @@ class DistrosModel extends Model_Tree { $this->_tables = 'distros'; $this->_idFields = 'id_distro'; + $this->_idOrder = 'id_order'; + parent::__construct(); } -- cgit v1.2.3