[issue2551164] xmlrpc filter by non-existent field returns all issues - should error
John Rouillard <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
New submission from John Rouillard:
When using the xmlrpc interface with:
roundup.filter('issue', open_issues, {'issue_type': 2})
it returns all issues if the field 'issue_type' doesn't exist.
Other interfaces roundup_admin for example returns an error:
Error: issue has no property "issue_type"
Rest return error code 400 and "Field issue_type is not valid for issue class."
----------
components: API
messages: 7346
nosy: rouilj
priority: normal
severity: minor
status: new
title: xmlrpc filter by non-existent field returns all issues - should error
type: behavior
_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551164>
_________________________________________________