X Tutup
Skip to content

Add missing 'remoteshare.accepted' event parameters#39449

Merged
AlexAndBear merged 1 commit intomasterfrom
missing-remote-event-params
Nov 2, 2021
Merged

Add missing 'remoteshare.accepted' event parameters#39449
AlexAndBear merged 1 commit intomasterfrom
missing-remote-event-params

Conversation

@JammingBen
Copy link
Contributor

@JammingBen JammingBen commented Nov 2, 2021

Description

This fix adds missing parameters to the remoteshare.accepted event when triggered via controller: shareId, fileId, shareRecipient.

The bugfix is a complement to #38880. It will be needed for the next release of the activity app which includes: owncloud/activity#972

Because the "logic" itself already exists (and to avoid code duplication) the relevant parts have been encapsulated into own methods.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@phil-davis phil-davis changed the title Add missing 'remoteshare.accepte' event parameters Add missing 'remoteshare.accepted' event parameters Nov 2, 2021
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 2, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

95.5% 95.5% Coverage
0.0% 0.0% Duplication

@AlexAndBear AlexAndBear merged commit 5b479c1 into master Nov 2, 2021
@delete-merged-branch delete-merged-branch bot deleted the missing-remote-event-params branch November 2, 2021 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup