mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merged [47064]: Set 'show' as the default action for ComplexTableField.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60490 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6de1a3652f
commit
ea956432f9
@ -111,6 +111,8 @@ class ComplexTableField extends TableListField {
|
|||||||
*/
|
*/
|
||||||
protected $relationAutoSetting = true;
|
protected $relationAutoSetting = true;
|
||||||
|
|
||||||
|
public $defaultAction = 'show';
|
||||||
|
|
||||||
public $actions = array(
|
public $actions = array(
|
||||||
'show' => array(
|
'show' => array(
|
||||||
'label' => 'Show',
|
'label' => 'Show',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user