mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Change in default values...
SVN:trunk[2067]
This commit is contained in:
@@ -357,7 +357,7 @@ abstract class DashletGroupBy extends Dashlet
|
||||
public function __construct($sId)
|
||||
{
|
||||
parent::__construct($sId);
|
||||
$this->aProperties['title'] = 'Hardcoded list of Contacts grouped by location';
|
||||
$this->aProperties['title'] = 'Contacts grouped by location';
|
||||
$this->aProperties['query'] = 'SELECT Contact';
|
||||
$this->aProperties['group_by'] = 'location_name';
|
||||
$this->aProperties['style'] = 'table';
|
||||
|
||||
Reference in New Issue
Block a user