-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Plural missing on CalDAV Activity when creating multiple Calendar events #5528
Copy link
Copy link
Open
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of32-feedbackbugfeature: activity and notificationfeature: caldavRelated to CalDAV internalsRelated to CalDAV internalsfeature: language/translations (l10n/i18n)Localization and translation mattersLocalization and translation mattersgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of32-feedbackbugfeature: activity and notificationfeature: caldavRelated to CalDAV internalsRelated to CalDAV internalsfeature: language/translations (l10n/i18n)Localization and translation mattersLocalization and translation mattersgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce
Expected behaviour
If multiple events are created, activity should read as "You created events Event 1, Event 2..."
Actual behaviour
The word "event" is not plural.
Server configuration
Nextcloud 12
Operating system: N/A
Web server: N/A
Database: N/A
PHP version: N/A
Nextcloud version: 12
Updated from an older Nextcloud/ownCloud or fresh install: N/A
Where did you install Nextcloud from: git source
Client configuration
Browser: Noticed on Nextcloud-dev Android client, but client agnostic
Relevant code seems to be here: https://github.com/nextcloud/server/blob/master/apps/dav/lib/CalDAV/Activity/Provider/Event.php#L89