Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: after a page refresh, events are not pushed to Google Calendar - E…
…XO-65485 (#78) After a page reload, events are not pushed to Google calendar when they are created inside Agenda app. The issue is caused by the fact that after retriving the token from storage, the authentication is not redone and the canPush property is not recalculated again. The fix rechecks the permission, of the current user / connector configuration once the token is retrieved .
- Loading branch information