Essentially there is a problem I am seeing related to fetching the offset from Sunday on when the work period starts. The app looks like it is fetching the time entries before this offset so it misses a day's worth of entries, then it goes and fetches the offset, so if you navigate between pages and it re-renders the correct data is fetched. So I need to modify the order of the functions called in onAfterRendering in the base app. Due to the asynchronous oData calls I am having a problem when I just try to modify the functions being called by onAfterRendering.
↧