diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-19 18:04:02 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-19 18:04:02 +0200 |
commit | 99be745f0299b32a8a7b30204b43bff7fd5ba638 (patch) | |
tree | 64cf3ddd2ddf142dbed5914706e91755fcbc5125 /CHANGELOG.md | |
parent | 62e43c083218150b19eb2962dd7e8cd9c7098c9f (diff) | |
download | wekan-99be745f0299b32a8a7b30204b43bff7fd5ba638.tar.gz wekan-99be745f0299b32a8a7b30204b43bff7fd5ba638.tar.bz2 wekan-99be745f0299b32a8a7b30204b43bff7fd5ba638.zip |
Fix: Invitation /sign-up page did not show input for invitation code. Thanks to xet7 !
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c79fce..ab76d3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ and fixes the following bugs: * [Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); * [Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288): * [Helper to list boards for user](https://github.com/wekan/wekan/pull/1327); -* [Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined](https://github.com/wekan/wekan/issues/1331). +* [Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined](https://github.com/wekan/wekan/issues/1331); +* Invitation /sign-up page did not show input for invitation code. Thanks to Github users brooksbecton, milesibastos, nztqa, soohwa, thuanpq and xet7 for their contributions. |