From e1ce3e15d8b7e6be8bb0104c81093e1bd3b72b26 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sun, 26 May 2013 11:04:12 +1200 Subject: [PATCH] PHPDoc updates --- admin/code/ModelAdmin.php | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/admin/code/ModelAdmin.php b/admin/code/ModelAdmin.php index 66e73ba6f..d8d503e8d 100644 --- a/admin/code/ModelAdmin.php +++ b/admin/code/ModelAdmin.php @@ -1,29 +1,12 @@ - * Director::config()->rules = array(array('admin/mymodel/$Class/$Action/$ID' => 'MyModelAdmin')); - * * - * @todo saving logic (should mostly use Form->saveInto() and iterate over relations) - * @todo ajax form loading and saving - * @todo ajax result display - * @todo relation formfield scaffolding (one tab per relation) - relations don't have DBField sublclasses, we do - * we define the scaffold defaults. can be ComplexTableField instances for a start. - * @todo has_many/many_many relation autocomplete field (HasManyComplexTableField doesn't work well with larger - * datasets) - * - * Long term TODOs: - * @todo Hook into RESTful interface on DataObjects (yet to be developed) - * @todo Permission control via datamodel and Form class - * * @uses SearchContext * * @package framework