Skip to content

fix(systemtags): emit assign and unassign bulk tagging events - #51927

Merged
susnux merged 1 commit into
masterfrom
fix/tags-events
Apr 7, 2025
Merged

fix(systemtags): emit assign and unassign bulk tagging events#51927
susnux merged 1 commit into
masterfrom
fix/tags-events

Conversation

@skjnldsv

Copy link
Copy Markdown
Member

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@skjnldsvskjnldsv added this to the Nextcloud 32 milestone Apr 4, 2025
@skjnldsv
skjnldsv requested a review from susnuxApril 4, 2025 02:33
@skjnldsvskjnldsv self-assigned this Apr 4, 2025
@skjnldsv
skjnldsv requested a review from a team as a code ownerApril 4, 2025 02:33
@skjnldsv
skjnldsv requested review from ArtificialOwl, artonge and come-nc and removed request for a teamApril 4, 2025 02:33
@skjnldsv

Copy link
Copy Markdown
MemberAuthor

/backport to stable31


// Dispatch unassign events for removed object ids
foreach ($removedObjectIds as $objectId) {
$this->dispatcher->dispatch(MapperEvent::EVENT_UNASSIGN, new MapperEvent(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not have typed events for this? 👀
Something we should fix rather sooner than later before we have to drop the untyped dispatch due to symphony update.

@susnux
susnux merged commit 1e8870e into masterApr 7, 2025
@susnux
susnux deleted the fix/tags-events branch April 7, 2025 12:39
@nextcloud-botnextcloud-bot mentioned this pull request Aug 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugfeature: tags

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] using bulk action for tagging does not trigger workflows

3 participants

@skjnldsv@susnux@artonge