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 #78

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

ahamdi
Copy link
Member

@ahamdi ahamdi commented Aug 10, 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 .

…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 ahamdi enabled auto-merge (squash) August 10, 2023 12:51
@ahamdi ahamdi self-assigned this Aug 10, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 10, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@exo-swf exo-swf added the partialCIBuild Perform Partial CI Build label Aug 10, 2023
@ahamdi ahamdi merged commit 6160c72 into develop Aug 10, 2023
6 of 7 checks passed
@ahamdi ahamdi deleted the Merge/EXO-65485 branch August 10, 2023 13:05
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