-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UpdateUserShare when just the expiration date is update
When updating the Grant we need to use the Share as returned in the UpdateUserShareResponse. The Share from the incoming request might just contain a subset of the attributes.
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Allow UpdateUserShare() to update just the expiration date | ||
|
||
The UpdateUserShare Request now works if it just contains an update of the | ||
expiration date. | ||
|
||
https://github.com/cs3org/reva/pull/xxxx |
This file contains 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