Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Apr 27, 2020
1 parent fd7f266 commit 105114e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ownCloud admins and users.
Summary
-------

* Bugfix - Remove deleted files from search result: [#3266](https://github.com/owncloud/phoenix/pull/3266)
* Bugfix - Show token string if link name is empty in FileLinkSidebar: [#3297](https://github.com/owncloud/phoenix/pull/3297)
* Bugfix - Remove duplicate error display in input prompt: [#3342](https://github.com/owncloud/phoenix/pull/3342)
* Bugfix - Fix translation message extraction from plain javascript files: [#3346](https://github.com/owncloud/phoenix/pull/3346)
Expand All @@ -18,6 +19,15 @@ Summary
Details
-------

* Bugfix - Remove deleted files from search result: [#3266](https://github.com/owncloud/phoenix/pull/3266)

Deleted file has been removed from filesSearched state by adding a new mutation. Also, filter
condition in remove file mutations has been changed from object reference to unique file id.

https://github.com/owncloud/phoenix/issues/3043
https://github.com/owncloud/phoenix/issues/3044
https://github.com/owncloud/phoenix/pull/3266

* Bugfix - Show token string if link name is empty in FileLinkSidebar: [#3297](https://github.com/owncloud/phoenix/pull/3297)

Owncloud-js-client was parsing empty link name xml attribute as empty object. The empty
Expand Down

0 comments on commit 105114e

Please sign in to comment.