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:
Sean Harvey 2008-10-19 00:41:16 +00:00
parent 7048077184
commit 8e1f647252

View File

@ -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 {