mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Remove placeholder text on new group form
This commit is contained in:
parent
d63e4b520c
commit
73f43c6f42
@ -83,15 +83,6 @@ class Group extends DataObject
|
||||
|
||||
private static $table_name = "Group";
|
||||
|
||||
public function populateDefaults()
|
||||
{
|
||||
parent::populateDefaults();
|
||||
|
||||
if (!$this->Title) {
|
||||
$this->Title = _t(__CLASS__ . '.NEWGROUP', "New Group");
|
||||
}
|
||||
}
|
||||
|
||||
public function getAllChildren()
|
||||
{
|
||||
$doSet = new ArrayList();
|
||||
|
Loading…
Reference in New Issue
Block a user