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(editor): don't respect default calendar in the calendar picker #5996

Merged
merged 1 commit into from May 10, 2024

Conversation

st3iny
Copy link
Member

@st3iny st3iny commented May 10, 2024

Ref #5942
Partially reverts #5790

The default calendar URL from the backend is more restrictive as it is primarily meant for incoming invitations. This commit effectively reverts the editor's calendar picker default choice to how it behaved before v4.7.0.

As discussed in a meeting with Christoph.

@st3iny st3iny added this to the v4.8.0 milestone May 10, 2024
@st3iny st3iny self-assigned this May 10, 2024
The default calendar URL from the backend is more restrictive as it is
primarily meant for incoming invitations. This commit effectively
reverts the editor's calendar picker default choice to how it behaved
before v4.7.0.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Copy link

codecov bot commented May 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 23.51%. Comparing base (397c78e) to head (4f2caf6).
Report is 2 commits behind head on main.

Files Patch % Lines
src/components/AppNavigation/Settings.vue 0.00% 2 Missing ⚠️
src/store/calendarObjects.js 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5996   +/-   ##
=========================================
  Coverage     23.51%   23.51%           
  Complexity      455      455           
=========================================
  Files           246      246           
  Lines         11722    11718    -4     
  Branches       2156     2154    -2     
=========================================
  Hits           2756     2756           
+ Misses         8650     8647    -3     
+ Partials        316      315    -1     
Flag Coverage Δ
javascript 15.16% <0.00%> (+<0.01%) ⬆️
php 58.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@st3iny st3iny force-pushed the fix/editor/ignore-default-calendar branch from f570da1 to 4f2caf6 Compare May 10, 2024 09:55
@st3iny
Copy link
Member Author

st3iny commented May 10, 2024

Backport is tricky due to translation changes.

@st3iny st3iny merged commit c73c8a7 into main May 10, 2024
40 of 41 checks passed
@st3iny st3iny deleted the fix/editor/ignore-default-calendar branch May 10, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ☑️ Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants