Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Incomplete
-
Affects Version/s: 4.5.8
-
Fix Version/s: None
-
Component/s: CiviCRM API
-
Documentation Required?:None
Description
The following call (formed by API Explorer):
$result = civicrm_api3('Tag', 'delete', array(
'id' => array('IN' => array(8, 9)),
));
fails with:
{ "is_error":1, "error_message":"A fatal error was triggered: One of parameters (value: ) is not of the type Positive" }Problem confirmed on the demo site.