Skip to content

fix: allways allow duplicaiton - #8689

Open
SebastianKrupinski wants to merge 1 commit into
mainfrom
fix/always-allow-duplication
Open

fix: allways allow duplicaiton#8689
SebastianKrupinski wants to merge 1 commit into
mainfrom
fix/always-allow-duplication

Conversation

@SebastianKrupinski

@SebastianKrupinski SebastianKrupinski commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Resolves: Allow to copy events #8608
  • Removed the isReadOnly (User should be able to duplicate any event, this is no different then exporting then importing)
  • Removed the canCreateRecurrenceException (This is used to control changing recurring events, so it makes no sense on duplication)
  • Fixed broken copy logic in copyCalendarObjectInstanceIntoEventComponent

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 57.14286% with 6 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/mixins/EditorMixin.js 0.00% 3 Missing and 3 partials ⚠️

📢 Thoughts on this report? Let us know!

Comment thread src/views/EditSimple.vue
Comment thread src/views/EditFull.vue
Comment thread src/views/EditFull.vue
@odzhychko odzhychko added Feature: Editor enhancement New feature request labels Aug 6, 2026
@odzhychko

Copy link
Copy Markdown
Contributor

Found #8421 that implements duplication for read-only events.

@SebastianKrupinski
SebastianKrupinski force-pushed the fix/always-allow-duplication branch 2 times, most recently from 109d443 to 8e27ba0 Compare August 10, 2026 16:53
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature request Feature: Editor

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

Allow to copy events

2 participants