Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: after a page refresh, events are not pushed to Google Calendar - EXO-65485 #77

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

ahamdi
Copy link
Member

@ahamdi ahamdi commented Aug 9, 2023

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 .

@sonarcloud
Copy link

sonarcloud bot commented Aug 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@exo-swf exo-swf added the partialCIBuild Perform Partial CI Build label Aug 9, 2023
@ahamdi ahamdi merged commit 29d0759 into feature/maintenance Aug 9, 2023
7 checks passed
@ahamdi ahamdi deleted the fix/EXO-65485 branch August 9, 2023 11:26
ahamdi added a commit that referenced this pull request Aug 10, 2023
…XO-65485 (#77)

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 .
ahamdi added a commit that referenced this pull request Aug 10, 2023
…XO-65485 (#77)

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 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants