mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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";
|
private static $table_name = "Group";
|
||||||
|
|
||||||
public function populateDefaults()
|
|
||||||
{
|
|
||||||
parent::populateDefaults();
|
|
||||||
|
|
||||||
if (!$this->Title) {
|
|
||||||
$this->Title = _t(__CLASS__ . '.NEWGROUP', "New Group");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getAllChildren()
|
public function getAllChildren()
|
||||||
{
|
{
|
||||||
$doSet = new ArrayList();
|
$doSet = new ArrayList();
|
||||||
|
Loading…
Reference in New Issue
Block a user