Fixed delete button and link title issue..
This commit is contained in:
parent
d9d342f9d4
commit
346ea10c09
@ -229,8 +229,8 @@ class DeleteButton extends Component
|
|||||||
|
|
||||||
protected function getModelTitle()
|
protected function getModelTitle()
|
||||||
{
|
{
|
||||||
if (! empty($this->text)) {
|
if (! empty($this->title)) {
|
||||||
return $this->text;
|
return $this->title;
|
||||||
}
|
}
|
||||||
|
|
||||||
$group = 'core';
|
$group = 'core';
|
||||||
|
@ -233,8 +233,8 @@ class DeleteLink extends Component
|
|||||||
|
|
||||||
protected function getModelTitle()
|
protected function getModelTitle()
|
||||||
{
|
{
|
||||||
if (! empty($this->text)) {
|
if (! empty($this->title)) {
|
||||||
return $this->text;
|
return $this->title;
|
||||||
}
|
}
|
||||||
|
|
||||||
$group = 'core';
|
$group = 'core';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user