mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR fixed failing unit test (from r86169)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89166 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7dd6d10cde
commit
448d975b9a
@ -217,6 +217,7 @@ class TableListFieldTest_TestController extends Controller {
|
||||
"D" => "Col D",
|
||||
"E" => "Col E",
|
||||
));
|
||||
$table->disableSorting();
|
||||
|
||||
// A TableListField must be inside a form for its links to be generated
|
||||
return new Form($this, "TestForm", new FieldSet(
|
||||
|
Loading…
x
Reference in New Issue
Block a user