dolibarr_project_timesheet icon indicating copy to clipboard operation
dolibarr_project_timesheet copied to clipboard

when the session is not okay we got wrong data and can not start any task event

Open tronx2100 opened this issue 1 year ago • 1 comments

we fix it by forcing a page reload instead of using wrong data on ios now we have no problems anymore

change in StopWatch.js the lines 88 .... to this

 }else{ // load without data
     location.reload();
 }

tronx2100 avatar Jun 13 '23 23:06 tronx2100

look like part of #236

delcroip avatar Jul 16 '23 13:07 delcroip