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()
|
||||
{
|
||||
if (! empty($this->text)) {
|
||||
return $this->text;
|
||||
if (! empty($this->title)) {
|
||||
return $this->title;
|
||||
}
|
||||
|
||||
$group = 'core';
|
||||
|
@ -233,8 +233,8 @@ class DeleteLink extends Component
|
||||
|
||||
protected function getModelTitle()
|
||||
{
|
||||
if (! empty($this->text)) {
|
||||
return $this->text;
|
||||
if (! empty($this->title)) {
|
||||
return $this->title;
|
||||
}
|
||||
|
||||
$group = 'core';
|
||||
|
Loading…
x
Reference in New Issue
Block a user