nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
953 stars 235 forks source link

fix(editor): add and remove categories from events #5982

Closed st3iny closed 2 months ago

st3iny commented 2 months ago

Fix #5785

An artifact of the nextcloud-vue migration.

The component is not used anywhere else besides the category select so this is a safe change.

st3iny commented 2 months ago

/backport to stable4.7

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 23.51%. Comparing base (71ce4bd) to head (97f62e6). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5982 +/- ## ============================================ - Coverage 23.52% 23.51% -0.01% Complexity 455 455 ============================================ Files 246 246 Lines 11716 11718 +2 Branches 2144 2145 +1 ============================================ Hits 2756 2756 - Misses 8646 8647 +1 - Partials 314 315 +1 ``` | [Flag](https://app.codecov.io/gh/nextcloud/calendar/pull/5982/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | Coverage Δ | | |---|---|---| | [javascript](https://app.codecov.io/gh/nextcloud/calendar/pull/5982/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `15.16% <ø> (-0.01%)` | :arrow_down: | | [php](https://app.codecov.io/gh/nextcloud/calendar/pull/5982/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `58.46% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Gehilfe commented 2 months ago

How can I handle this information? I´m using Nextcloud with docker-compose. Did I have to change the PropertySelectMultiple.vue ? Where can I find this file? It would be great if someone could help me out here. Thanks!

st3iny commented 2 months ago

Patching the frontend is not supported. You have to wait until the next release for the fix which should be 4.7.3.