On Wednesday 28 July 2010 19:02:52 James Westby wrote: > PLEASE FIX: LaunchpadObjectFactory.makeSourcePackagePublishingHistory > returns an unproxied object. > > - This does > > # SPPH and SSPPH IDs are the same, since they are SPPH is an > SQLVIEW # of SSPPH and other useful attributes. > return SourcePackagePublishingHistory.get(sspph.id) > > what would be the way to get a proxied object if that is what we > want?
I removed the Secure*PublishingHistory tables and converted the views to tables a while ago now. The code can be changed to simply return the sspph (but rename the variable!). Cheers. _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

