projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d142432
)
CRM-16112 - Revert addition to UFField api
author
Coleman Watts
<coleman@civicrm.org>
Mon, 16 Mar 2015 19:13:46 +0000
(15:13 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 16 Mar 2015 19:13:46 +0000
(15:13 -0400)
api/v3/UFField.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/UFField.php
b/api/v3/UFField.php
index 8e63b0024f5c2e7006bc31abf528db1ed1a671f7..3fffe6525c248f74c39d652590639c4d44b3757d 100644
(file)
--- a/
api/v3/UFField.php
+++ b/
api/v3/UFField.php
@@
-112,12
+112,6
@@
function _civicrm_api3_uf_field_create_spec(&$params) {
'type' => CRM_Utils_Type::T_BOOLEAN,
'api.default' => TRUE,
);
- $params['created_id'] = array(
- 'api.default' => 'user_contact_id',
- 'title' => 'Created By',
- 'type' => CRM_Utils_Type::T_INT,
- );
-
$params['is_active']['api.default'] = TRUE;
}