Page 1 of 1

Minor bug: My timesheet not refreshed when using hours list

Posted: Tue Jul 01, 2008 4:28 pm
by lb
When hours are added/edited/deleted via hours list, the base time sheet isn't automatically updated. Suggested fixes are:
(a) update main timesheet window after each add/edit/delete, or
(b) add a Close or Done button to the hour list page

Here's sample code that accomplishes (b):

Code: Select all

*** UserDateTotalList.tpl.dist  Thu Jan 10 22:23:58 2008
--- UserDateTotalList.tpl       Tue Jul  1 15:55:40 2008
***************
*** 195 ****
--- 196 ----
+                                               <input type="BUTTON" class="button" name="action" value="{t}Done{/t}" onClick="window.opener.location.reload();window.close();">