dolibarr_project_timesheet
dolibarr_project_timesheet copied to clipboard
when the session is not okay we got wrong data and can not start any task event
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();
}
look like part of #236