Add dispatcher event for remote fed shares#29481
Conversation
37bb0c9 to
404f45f
Compare
Codecov Report
@@ Coverage Diff @@
## master #29481 +/- ##
============================================
+ Coverage 60.84% 60.85% +0.01%
Complexity 17238 17238
============================================
Files 1032 1032
Lines 57365 57380 +15
============================================
+ Hits 34904 34919 +15
Misses 22461 22461
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #29481 +/- ##
============================================
+ Coverage 60.84% 60.85% +<.01%
Complexity 17238 17238
============================================
Files 1032 1032
Lines 57365 57381 +16
============================================
+ Hits 34904 34919 +15
- Misses 22461 22462 +1
Continue to review full report at Codecov.
|
|
Backport for stable10 : #29482 |
There was a problem hiding this comment.
why not inject it directly ? you're in the perfect setup to do so as controllers are DI'd automagically
PVince81
left a comment
There was a problem hiding this comment.
Fix DI then this looks good
Adding dispatcher events for remote fed shares Signed-off-by: Sujith H <sharidasan@owncloud.com>
404f45f to
3749986
Compare
|
Injected EventDispatcherInterface. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Adding dispatcher events for remote fed shares
Signed-off-by: Sujith H sharidasan@owncloud.com
Description
Dispatcher event for remote fed shares.
Related Issue
Motivation and Context
This change will help users to catch the events and log it.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: