[gnue] r10308 - in trunk/gnue-reports: . src/base
[email protected] Tue, 15 Mar 2011 08:08:52 -0500 (CDT)
| Newsgroups | gmane.comp.cms.gnue.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: reinhard Date: 2011-03-15 08:08:52 -0500 (Tue, 15 Mar 2011) New Revision: 10308 Modified: trunk/gnue-reports/ trunk/gnue-reports/src/base/GRDataMapper.py Log: Fix as proposed by kbhat in IRC. Property changes on: trunk/gnue-reports ___________________________________________________________________ Name: bzr:revision-info - timestamp: 2010-11-14 19:34:25.996999979 +0100 committer: Reinhard M=C3=BCller <[email protected]> properties:=20 branch-nick: reports + timestamp: 2011-03-15 14:08:15.525000095 +0100 committer: Reinhard M=C3=BCller <[email protected]> properties:=20 branch-nick: reports Name: bzr:revision-id:v4 - 604 [email protected] 605 [email protected] + 604 [email protected] 605 [email protected] 606 [email protected] Name: bzr:text-parents - src/base/GRDataMapper.py svn-v3-single1-dHJ1bmsvZ251ZS1yZXBvcnRz:3a3= 64389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-reports:10033 +=20 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-08 17:58:35 UTC (= rev 10307) +++ trunk/gnue-reports/src/base/GRDataMapper.py 2011-03-15 13:08:52 UTC (= rev 10308) @@ -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.pop() + controlSection.resultset =3D controlSection._resultsets[0] # resultset =3D self.sourceMap[controlSection.parent.source].result= set.current. if controlSection.resultset.nextRecord(): controlSection.__nextRecord =3D controlSection.resultset.current