-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override provider if was previously registered (#2168)
* Override the provider in the list of mime apps when re-registering * Add unit test for overriding an existent provider * Add changelog
- Loading branch information
Showing
3 changed files
with
188 additions
and
10 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,8 @@ | ||
Bugfix: Override provider if was previously registered | ||
|
||
Previously if an AppProvider registered himself two times, for example | ||
after a failure, the mime types supported by the provider contained | ||
multiple times the same provider. | ||
Now this has been fixed, overriding the previous one. | ||
|
||
https://github.com/cs3org/reva/pull/2168 |
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
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