X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FUFField.php;h=9f028687fc5f9a0953730475281bd30e8ec2bd5c;hb=19408d2ea4a8d7b1fdba3f5ae66effa5b53b6e46;hp=2d5c55ed86952004044fa3fa8963c456cc646823;hpb=c28e17683c9a697a035d17c26f337c2229275673;p=civicrm-core.git diff --git a/api/v3/UFField.php b/api/v3/UFField.php index 2d5c55ed86..9f028687fc 100644 --- a/api/v3/UFField.php +++ b/api/v3/UFField.php @@ -1,9 +1,9 @@ "Automatically adjust weights in UFGroup to align with UFField", + 'title' => "Auto Weight", + 'description' => "Automatically adjust weights in UFGroup to align with UFField", 'type' => CRM_Utils_Type::T_BOOLEAN, 'api.default' => TRUE, ); - $params['created_id']['api.default'] = 'user_contact_id'; - $params['created_id']['title'] = 'Created By'; $params['is_active']['api.default'] = TRUE; }