mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #9204 from open-sausages/pulls/4.3/remove-dumb-place-holder-text
BUG Remove placeholder text on new group form
This commit is contained in:
commit
4cfce30842
@ -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…
x
Reference in New Issue
Block a user