Minor bug: My timesheet not refreshed when using hours list

Discussion for TimeTrex open source community developers.
Locked
lb
Posts: 14
Joined: Sun Jun 01, 2008 4:58 pm

Minor bug: My timesheet not refreshed when using hours list

Post 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();">
Locked