|
From: <al...@al...> - 2010-04-28 05:58:56
|
Wed Apr 28 09:48:29 EST 2010 Dinis Lage <din...@se...>
* timeSheetItem Edits
When editing a timeSheetItem the values of many fields would not be updated.
This patch corrects that for the timeSheetItem but we should investigate if there is an underlying issue with the db_entities class.
I had referred to this problem as being a cache issue but it turns out it's not. You just couldn't modify fields that already had some value (when the fields were empty you could change those).
M ./time/lib/timeSheetItem.inc.php +8
Wed Apr 28 15:56:57 EST 2010 Alex Lance <al...@cy...>
* Moved the fix for timeSheet edits over to the controller code.
Ignore-this: 95f0e8093b5ed1709460ab0e9e5e74a9
M ./time/lib/timeSheetItem.inc.php -7 +7
M ./time/timeSheetItem.php +2
|