Project:
View Revisions: Issue #27706 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0027706: Wrong filtering when there are records with the same identifier | ||
Revision | 2014-09-29 13:15 by caristu | ||
Description | Wrong filtering when there are records with the same identifier. The problem is caused because the criteria is using the same ID for both records, instead of using the corresponding identifier for each one: {"operator":"or","criteria":[{"fieldName":"businessPartner","operator":"equals","value":"35BBCB75B5D64F87B3BA5C5E7984E733"},{"fieldName":"businessPartner","operator":"equals","value":"35BBCB75B5D64F87B3BA5C5E7984E733"}],"fieldName":"businessPartner","_constructor":"AdvancedCriteria"} |
||
Revision | 2014-09-29 13:07 by caristu | ||
Description | Wrong filtering when there are records with the same identifier. The problem is causde because the criteria is using the same ID for both records, instead of using the corresponding identifier for each one: {"operator":"or","criteria":[{"fieldName":"businessPartner","operator":"equals","value":"35BBCB75B5D64F87B3BA5C5E7984E733"},{"fieldName":"businessPartner","operator":"equals","value":"35BBCB75B5D64F87B3BA5C5E7984E733"}],"fieldName":"businessPartner","_constructor":"AdvancedCriteria"} |
Copyright © 2000 - 2009 MantisBT Group |