Conversation
|
That PR was merged into PR #36573 and #36573 is still waiting to be merged (getting close). It has its own changelog entry https://github.com/owncloud/core/pull/36573/files#diff-84a69c0d07819b15fa72450563c4a156 Do we also need this changelog entry? If so, then do we cherry-pick it into #36573 rather than merging it to master now? |
|
@phil-davis This changelog entry is needed IMO because it describes the changes in the default behavior. Feel free to cherry-pick and close here. |
Codecov Report
@@ Coverage Diff @@
## master #36617 +/- ##
=========================================
Coverage 64.68% 64.68%
Complexity 19071 19071
=========================================
Files 1268 1268
Lines 74522 74522
Branches 1312 1312
=========================================
Hits 48207 48207
Misses 25930 25930
Partials 385 385
Continue to review full report at Codecov.
|
|
Feel free to merge this when #36573 is merged. |
Change: Consolidate user/group share actions into a single dropdown
User and group share actions are grouped inside a dropdown which can
be toggled via the cogwheel. This dropdown holds all related additional
info and actions such as permissions, expiration, etc.
#36587