Merge branch 'bbmaster' of ssh://git.cy55.de/home/hplattner/git/loops into bbmaster
This commit is contained in:
commit
3d4b823c8d
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ class ReportInstance(BaseReport):
|
|||
if k in crit.parts.keys():
|
||||
crit.parts[k].comparisonValue = v
|
||||
parts = Jeep(crit.parts)
|
||||
if getattr(self, 'limitsCount', ''):
|
||||
limits = None
|
||||
result = list(self.selectObjects(parts)) # may modify parts
|
||||
qc = CompoundQueryCriteria(parts)
|
||||
return ResultSet(self, result, rowFactory=self.rowFactory,
|
||||
|
|
Loading…
Add table
Reference in a new issue