Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
Description
The method to get a profile's fields and the method to get a profile's html
have different keys (profile id for fields, profile title for html).
crm_uf_get_profile_fields ( $id, $register = false, $action = null, $match =
false, $visibility = null )
crm_uf_get_profile_html ( $userID, $title, $action = null, $register =
false, $reset = false )
Resolution: The existing get_profile_html uses title due to Drupal requirements. We will add uf_get_profile_html_by_id () API.