mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Extending deprecation of legacy table fields to 3.1
This commit is contained in:
parent
e1c5f084ad
commit
c99ed7dc2b
@ -21,7 +21,7 @@
|
||||
* - childID Identifier of the database-record (the targeted table is determined by the $sourceClass
|
||||
* 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)
|
||||
* @package forms
|
||||
@ -453,7 +453,7 @@ JS;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 3.0
|
||||
* @deprecated 3.1
|
||||
*/
|
||||
public function setRelationAutoSetting($value) {
|
||||
Deprecation::notice('3.0', 'Manipulate the DataList instead.');
|
||||
|
@ -31,7 +31,7 @@
|
||||
*
|
||||
* @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
|
||||
* @subpackage fields-relational
|
||||
|
@ -30,7 +30,7 @@
|
||||
* );
|
||||
* </code>
|
||||
*
|
||||
* @deprecated 3.0 Use GridField with GridFieldConfig_RelationEditor
|
||||
* @deprecated 3.1 Use GridField with GridFieldConfig_RelationEditor
|
||||
*
|
||||
* @package forms
|
||||
* @subpackage fields-relational
|
||||
|
@ -11,7 +11,7 @@
|
||||
* All get variables are namespaced in the format ctf[MyFieldName][MyParameter] to avoid collisions
|
||||
* 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
|
||||
* @subpackage fields-relational
|
||||
|
Loading…
Reference in New Issue
Block a user