diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php
index 412760ef2..5a16bc987 100644
--- a/views/bootstrap/class.Settings.php
+++ b/views/bootstrap/class.Settings.php
@@ -791,6 +791,32 @@ if(!is_writeable($settings->_configFilePath)) {
echo "";
}
break;
+ case "groups":
+ $recs = $dms->getAllGroups();
+ if($recs) {
+ echo "";
+ }
+ break;
+ case "attributedefinitions":
+ $recs = $dms->getAllAttributeDefinitions();
+ if($recs) {
+ echo "";
+ }
+ break;
}
}
break;