silverstripe-framework/tests/forms/gridfield
Will Rossiter 4ea62b44f9 FIX: Ensure GridFieldDetailForm has the current record validator.
Currently the validator is only set through
ModelAdmin and not through GridField
directly. This will set the validator based on the
record unless a custom validator has been
provided.

http://www.silverstripe.org/data-model-questions/show/34650?start=8#post331958
2014-01-12 16:08:31 +13:00
..
GridField_URLHandlerTest.php API Enforce $allowed_actions in RequestHandler->checkAccessAction() 2013-06-24 14:50:40 +02:00
GridFieldActionTest.yml MINOR Added per-record canView, canDelete, canCreate and canEdit checks on gridfield and gridfield components #6890 2012-03-09 10:58:01 +13:00
GridFieldAddExistingAutocompleterTest.php API Enforce $allowed_actions in RequestHandler->checkAccessAction() 2013-06-24 14:50:40 +02:00
GridFieldConfigTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
GridFieldDataColumnsTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldDeleteActionTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldDetailFormTest.php FIX: Ensure GridFieldDetailForm has the current record validator. 2014-01-12 16:08:31 +13:00
GridFieldDetailFormTest.yml Merge branch 'master' of github.com:silverstripe/sapphire 2012-03-09 14:37:32 +13:00
GridFieldEditButtonTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldExportButtonTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldExportButtonTest.yml ENHANCEMENT GridFieldExportButton allows an anon function to return the 2012-04-23 20:26:41 +12:00
GridFieldPaginatorTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldSortableHeaderTest.php BUG Fixes #2682 - Regression in #2595 causing gridfield headers to break on summary_fields containing field methods 2013-11-27 18:43:27 +13:00
GridFieldSortableHeaderTest.yml NEW: GridField can sort on relation columns 2013-11-13 10:33:00 +00:00
GridFieldTest.yml NEW Relation search for GridFieldAddExistingAutocompleter 2012-11-27 10:51:10 +01:00