Skip to content

Conversation

@abhinavohri
Copy link
Contributor

Resolves: #7704

Summary:
The calendar details section was hidden when isReadOnly was true, preventing users from seeing the calendar name and recurrence information.

Before:
image

After:
image

Signed-off-by: Abhinav Ohri <abhinavohri13@gmail.com>
@abhinavohri
Copy link
Contributor Author

Removing the isReadOnly check also shows the recurrence information. If we don't want to show that I can shift the v-if="!isReadOnly" check to the inner div.

@SebastianKrupinski SebastianKrupinski added the 3. to review Waiting for reviews label Jan 1, 2026
@codecov
Copy link

codecov bot commented Jan 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@SebastianKrupinski
Copy link
Contributor

Tested. Works good

@SebastianKrupinski SebastianKrupinski merged commit 978a7cc into nextcloud:main Jan 2, 2026
39 checks passed
@SebastianKrupinski
Copy link
Contributor

/backport to stable6.1

@backportbot backportbot bot added the backport-request A backport was requested for this pull request label Jan 2, 2026
@backportbot backportbot bot removed the backport-request A backport was requested for this pull request label Jan 2, 2026
@SebastianKrupinski
Copy link
Contributor

/backport to stable5.5

@backportbot backportbot bot added the backport-request A backport was requested for this pull request label Jan 2, 2026
@backportbot backportbot bot removed the backport-request A backport was requested for this pull request label Jan 2, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Full screen event editor doesn't show calendar's name when calendar is readonly

2 participants