mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Reloads the item in a complex table field popup when clicking on its name after having saved it, rather than a blank popup fixes #6549
This commit is contained in:
parent
417e0dbc21
commit
26813b9221
@ -849,7 +849,7 @@ class ComplexTableField_ItemRequest extends TableListField_ItemRequest {
|
|||||||
$message = sprintf(
|
$message = sprintf(
|
||||||
_t('ComplexTableField.SUCCESSEDIT', 'Saved %s %s %s'),
|
_t('ComplexTableField.SUCCESSEDIT', 'Saved %s %s %s'),
|
||||||
$dataObject->singular_name(),
|
$dataObject->singular_name(),
|
||||||
'<a href="' . $this->Link() . '">"' . htmlspecialchars($dataObject->Title, ENT_QUOTES) . '"</a>',
|
'<a href="' . $this->Link('edit') . '">"' . htmlspecialchars($dataObject->Title, ENT_QUOTES) . '"</a>',
|
||||||
$closeLink
|
$closeLink
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user