Small bug in ProjectTrackerSmall bug in ProjectTracker
Old forum URL: forums.lhotka.net/forums/t/2536.aspx
tetranz posted on Friday, March 16, 2007
CSLA 2.1.4. PTWeb\ProjectEdit.aspx.cs (and vb)
Page_Load is missing this line for non postbacks.
Session["currentObject"] = null;
Without that it is possible to get a previously edited object if you simply change the id in the URL.
Cheers
Ross
RockfordLhotka replied on Friday, March 16, 2007
Thanks Ross, I'll add that where it is missing.Copyright (c) Marimer LLC