[stable10] Backport of Comment create event should have comment id#35799
Merged
phil-davis merged 1 commit intostable10from Jul 10, 2019
Merged
[stable10] Backport of Comment create event should have comment id#35799phil-davis merged 1 commit intostable10from
phil-davis merged 1 commit intostable10from
Conversation
When a comment is created, the comment id should be available in the symfony event. Signed-off-by: Sujith H <sharidasan@owncloud.com>
Contributor
Author
|
Original PR: #35793 |
11 tasks
karakayasemi
approved these changes
Jul 10, 2019
Contributor
Author
|
Note: Kindly do not merge this PR, because master branch PR is yet to be merged. |
Contributor
|
I merged |
13 tasks
Contributor
|
Is there a manual way to test this PR? Any steps to reproduce something? I think there isn't any related issue, but just to be sure. |
Contributor
Author
|
Actually the easiest way would be to test it against the audit 2.0.0 branch. |
Contributor
|
Tested with non-released admin_audit branch 2.0.0 + oC 10.3 alpha2. Create a comment and check owncloud.log: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When a comment is created, the comment id should
be available in the symfony event.
Signed-off-by: Sujith H sharidasan@owncloud.com
Description
Add comment id along with the symfony event generated for the new comment created. This change is for consistency, as we have comment id for the udpate and delete change.
Related Issue
Motivation and Context
For the sake of consistency add comment id to symfony event generated when a new comment is created.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: