mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Added to @deprecated note for TypeDropdown about why this class shouldn't be used
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64505 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7048077184
commit
8e1f647252
@ -5,7 +5,9 @@
|
||||
* @package forms
|
||||
* @subpackage fields-relational
|
||||
*
|
||||
* @deprecated 2.3 Misleading naming
|
||||
* @deprecated 2.3 Misleading naming, and having an entire class dedicated
|
||||
* to just setting the source mapping for a DropdownField is overkill. Just
|
||||
* use a standard DropdownField instead.
|
||||
*/
|
||||
class TypeDropdown extends DropdownField {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user