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:
61ce9b4
)
Declare data on batch metadate (even though something fishy about that field
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Fri, 22 Aug 2014 08:42:08 +0000
(20:42 +1200)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Fri, 22 Aug 2014 08:42:08 +0000
(20:42 +1200)
api/v3/Batch.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Batch.php
b/api/v3/Batch.php
index 93af82e0cc0eb8e02a91f12d3e22fa01116e6791..a04c2a2f8bbf981685f0ee0f60ad71679c8fce2b 100644
(file)
--- a/
api/v3/Batch.php
+++ b/
api/v3/Batch.php
@@
-61,6
+61,7
@@
function _civicrm_api3_batch_create_spec(&$params) {
// it is actually required)
$params['entity_table']['api.default'] = "civicrm_batch";
$params['entity_table']['type'] = CRM_Utils_Type::T_STRING;
+ $params['entity_table']['title'] = 'Batch Entity Table - remove?';
$params['modified_date']['api.default'] = "now";
$params['status_id']['api.required'] = 1;