Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dismiss transferownership notification cancels transfer #18359

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Dec 11, 2019

Fixes #18271

As the todo states. Moving this all to a service is a bit cleaner. But my schedule lacks time.

Fixes #18271

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@rullzer rullzer added enhancement 3. to review Waiting for reviews labels Dec 11, 2019
@rullzer rullzer added this to the Nextcloud 18 milestone Dec 11, 2019
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

Looks goood!

@rullzer rullzer requested a review from wiswedel December 11, 2019 15:33
This was referenced Dec 12, 2019
$notification->setUser($transferOwnership->getSourceUser())
->setApp('files')
->setDateTime($this->timeFactory->getDateTime())
->setSubject('transferownershipRequestDenied', [
Copy link
Member

Choose a reason for hiding this comment

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

Um, it should be already existing, but I do not see a handler for this? Less a problem of this PR though.

Copy link
Member

Choose a reason for hiding this comment

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

@nickvergessen said it's OK ¯\(ツ)

@blizzz blizzz merged commit c96aa7e into master Dec 13, 2019
@blizzz blizzz deleted the fix/18271/dismiss_transfer_ownership_notification branch December 13, 2019 14:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Transfer ownership] Incoming transfer notification can be dismissed
3 participants