diff --git a/www/include/configuration/configObject/service/formService.php b/www/include/configuration/configObject/service/formService.php
index 981edfc106d3acdab9d7ef208bdcb1f289536246..4418b091668c251c70b79acc6a6a3685860334c9 100644
--- a/www/include/configuration/configObject/service/formService.php
+++ b/www/include/configuration/configObject/service/formService.php
@@ -112,11 +112,13 @@
                                                                               'order'   => array('hg_name')));
 
     /* service groups */
-    $sgs = $acl->getServiceGroupAclConf(null, $oreon->broker->getBroker(), array('fields'  => array('sg_id', 'sg_name'),
+    $sgs = $acl->getServiceGroupAclConf(null, $oreon->broker->getBroker(), array('fields'  => array('servicegroup.sg_id', 'sg_name'),
                                                                                  'keys'    => array('sg_id'),
                                                                                  'get_row' => 'sg_name',
                                                                                  'order'   => array('sg_name')));
 
+    print_r($sgs);
+
     /* service categories */
     $service_categories = array();
     $scstring = $acl->getServiceCategoriesString();