Fixed #1893 - #1985
Fixed #1893#1985georgehrke merged 2 commits intonextcloud:masterfrom der-daniel:fix-issue-1893_calendar-cannot-be-shared-to-group-with-special-chars
Conversation
|
I tried to get this sign off thing into my last commit and force pushed it. Is there another way of doing this? AFAIK I can only edit mt commit message by force pushing it once it is in the remote origin. |
|
You did the correct thing but the mail is not matching according to DCO. Take a look here https://github.com/nextcloud/calendar/pull/1985/checks?check_run_id=438913803 . To get there click on the checks tab at the top, expand DCO and click on the entry. |
|
Fixed it. This sign off was new to me. 👍 |
|
I'm sorry, but this is not a real fix from my pov, rather a hot fix. The problem is that the contents of |
|
Reopening as of nextcloud/server#17610 (comment) |
|
If you change line 150 to the following, it works as expected: |
|
@der-daniel Are you gonna fix line 150 or should I? :) |
See: #1985 (comment) Signed-off-by: Daniel Hitzel <der-daniel@outlook.com>
|
Just pushed it. Thanks for this finding! |
georgehrke
left a comment
There was a problem hiding this comment.
Thank you very much, it works as expected now 👍
|
My current plan is to have Calendar 2.0.2 by the end of next week. |

Description
The URI to the DAV resource has not been url-decoded.
Fixes #1893