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:
fb7747b
)
CRM-15792 typo fix
author
atif-shaikh
<shaikh388@gmail.com>
Tue, 24 Feb 2015 10:05:15 +0000
(15:35 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Tue, 24 Feb 2015 10:05:15 +0000
(15:35 +0530)
----------------------------------------
* CRM-15792: Loss of data when creating / updating custom datetime fields through the API
https://issues.civicrm.org/jira/browse/CRM-15792
tests/phpunit/api/v3/ContactTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/ContactTest.php
b/tests/phpunit/api/v3/ContactTest.php
index 2b2a8cfcb0b1d37e30340e4daa79ead4383ff25e..04d41c9a4b5bcabf3304ab9417672c6e2e90c137 100644
(file)
--- a/
tests/phpunit/api/v3/ContactTest.php
+++ b/
tests/phpunit/api/v3/ContactTest.php
@@
-405,7
+405,7
@@
class api_v3_ContactTest extends CiviUnitTestCase {
$params = array(
'id' => $result['id'],
'api.CustomField.create' => array(
- 'id' => $custom
Value
Id,
+ 'id' => $custom
Fld
Id,
'html_type' => 'Select Date',
'data_type' => 'Date',
'time_format' => '',