Skip to content

Commit

Permalink
Extending deprecation of legacy table fields to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Harvey committed Nov 15, 2012
1 parent e1c5f08 commit c99ed7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions forms/ComplexTableField.php
Expand Up @@ -21,7 +21,7 @@
* - childID Identifier of the database-record (the targeted table is determined by the $sourceClass * - childID Identifier of the database-record (the targeted table is determined by the $sourceClass
* parameter) * parameter)
* *
* @deprecated 3.0 Use GridField with GridFieldConfig_RecordEditor * @deprecated 3.1 Use GridField with GridFieldConfig_RecordEditor
* *
* @todo Control width/height of popup by constructor (hardcoded at the moment) * @todo Control width/height of popup by constructor (hardcoded at the moment)
* @package forms * @package forms
Expand Down Expand Up @@ -453,7 +453,7 @@ public function AddForm($childID = null) {
} }


/** /**
* @deprecated 3.0 * @deprecated 3.1
*/ */
public function setRelationAutoSetting($value) { public function setRelationAutoSetting($value) {
Deprecation::notice('3.0', 'Manipulate the DataList instead.'); Deprecation::notice('3.0', 'Manipulate the DataList instead.');
Expand Down
2 changes: 1 addition & 1 deletion forms/HasManyComplexTableField.php
Expand Up @@ -31,7 +31,7 @@
* *
* @see http://doc.silverstripe.org/tutorial/5-dataobject-relationship-management * @see http://doc.silverstripe.org/tutorial/5-dataobject-relationship-management
* *
* @deprecated 3.0 Use GridField with GridFieldConfig_RelationEditor * @deprecated 3.1 Use GridField with GridFieldConfig_RelationEditor
* *
* @package forms * @package forms
* @subpackage fields-relational * @subpackage fields-relational
Expand Down
2 changes: 1 addition & 1 deletion forms/ManyManyComplexTableField.php
Expand Up @@ -30,7 +30,7 @@
* ); * );
* </code> * </code>
* *
* @deprecated 3.0 Use GridField with GridFieldConfig_RelationEditor * @deprecated 3.1 Use GridField with GridFieldConfig_RelationEditor
* *
* @package forms * @package forms
* @subpackage fields-relational * @subpackage fields-relational
Expand Down
2 changes: 1 addition & 1 deletion forms/TableListField.php
Expand Up @@ -11,7 +11,7 @@
* All get variables are namespaced in the format ctf[MyFieldName][MyParameter] to avoid collisions * All get variables are namespaced in the format ctf[MyFieldName][MyParameter] to avoid collisions
* when multiple TableListFields are present in a form. * when multiple TableListFields are present in a form.
* *
* @deprecated 3.0 Use GridField with GridFieldConfig_RecordEditor * @deprecated 3.1 Use GridField with GridFieldConfig_RecordEditor
* *
* @package forms * @package forms
* @subpackage fields-relational * @subpackage fields-relational
Expand Down

0 comments on commit c99ed7d

Please sign in to comment.