[gnue] r10309 - in trunk/gnue-reports: . src/base
[email protected] Wed, 16 Mar 2011 09:41:22 -0500 (CDT)
| Newsgroups | gmane.comp.cms.gnue.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: reinhard Date: 2011-03-16 09:41:22 -0500 (Wed, 16 Mar 2011) New Revision: 10309 Modified: trunk/gnue-reports/ trunk/gnue-reports/src/base/GRDataMapper.py Log: Another fix, thanks to kbhat. Property changes on: trunk/gnue-reports ___________________________________________________________________ Name: bzr:revision-info - timestamp: 2011-03-15 14:08:15.525000095 +0100 committer: Reinhard M=C3=BCller <[email protected]> properties:=20 branch-nick: reports + timestamp: 2011-03-16 13:52:10.986999989 +0100 committer: Reinhard M=C3=BCller <[email protected]> properties:=20 branch-nick: reports Name: bzr:revision-id:v4 - 604 [email protected] 605 [email protected] 606 [email protected] + 604 [email protected] 605 [email protected] 606 [email protected] 607 [email protected] Modified: trunk/gnue-reports/src/base/GRDataMapper.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/gnue-reports/src/base/GRDataMapper.py 2011-03-15 13:08:52 UTC (= rev 10308) +++ trunk/gnue-reports/src/base/GRDataMapper.py 2011-03-16 14:41:22 UTC (= rev 10309) @@ -327,7 +327,7 @@ else: assert gDebug(4, 'Getting pre-created ResultSet for source "%s"; p= arent=3D%s' \ % (source, controlSection.parent)) - controlSection.resultset =3D controlSection._resultsets[0] + controlSection.resultset =3D controlSection._resultsets.pop(0) # resultset =3D self.sourceMap[controlSection.parent.source].result= set.current. if controlSection.resultset.nextRecord(): controlSection.__nextRecord =3D controlSection.resultset.current