Roundup Tracker - Issues

Message4513

Author jerrykan
Recipients jerrykan
Date 2012-03-09.00:51:38
Message-id <1331254299.58.0.872371817367.issue2550612@psf.upfronthosting.co.za>
In-reply-to
A new patch that fixes the underlying history problem...

It checks the DB to see if the prop value exists before trying to fetch
it from the DB. This stops the value in the form from being fetched if
there is no value for the prop in the DB.

This probably isn't the most elegant solution, because it requires
hitting the DB twice if a prop value does exist in the DB (instead of
just once), but it is preferable to rewriting or duplicating a decent
amount of code.
History
Date User Action Args
2012-03-09 00:51:39jerrykansetmessageid: <1331254299.58.0.872371817367.issue2550612@psf.upfronthosting.co.za>
2012-03-09 00:51:39jerrykansetrecipients: + jerrykan
2012-03-09 00:51:39jerrykanlinkissue2550612 messages
2012-03-09 00:51:39jerrykancreate