Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.3
-
Fix Version/s: 3.3.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
In create mode for a profile, a Note field appears as regular text field, not a text area (even though it's set with attributes of 4 rows and 60 columns). In the laundry list of cases in CRM/Core/BAO/UFGroup.php, Note isn't mentioned.
I've attached a patch that adds another elseif for the case of Note and sets it as a textarea.