mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 02:14:06 +01:00
Merge branch 'rjevnikar-fixRDate' into devel
This commit is contained in:
commit
94bd63c8a7
2 changed files with 5 additions and 3 deletions
|
|
@ -13,9 +13,11 @@ and fixes the following bugs:
|
||||||
Sandstorm Wekan](https://github.com/wekan/wekan/commit/8d5cbf1e6c2b6d467fe1c0708cd794fd11b98a2e#commitcomment-29362180);
|
Sandstorm Wekan](https://github.com/wekan/wekan/commit/8d5cbf1e6c2b6d467fe1c0708cd794fd11b98a2e#commitcomment-29362180);
|
||||||
* [Fix Issue with custom fields shown on card](https://github.com/wekan/wekan/issues/1659);
|
* [Fix Issue with custom fields shown on card](https://github.com/wekan/wekan/issues/1659);
|
||||||
* [Fix showing public board in list mode](https://github.com/wekan/wekan/issues/1623);
|
* [Fix showing public board in list mode](https://github.com/wekan/wekan/issues/1623);
|
||||||
* [Fix for not able to remove Custom Field "Show on Card"](https://github.com/wekan/wekan/pull/1699).
|
* [Fix for not able to remove Custom Field "Show on Card"](https://github.com/wekan/wekan/pull/1699);
|
||||||
|
* [Fix minicardReceivedDate typo in 1.04 regression: Socket connection error and boards
|
||||||
|
not loading](https://github.com/wekan/wekan/issues/1694).
|
||||||
|
|
||||||
Thanks to GitHub users feuerball11, oec and xet7 for their contributions.
|
Thanks to GitHub users feuerball11, Fran-KTA, oec, rjevnikar and xet7 for their contributions.
|
||||||
|
|
||||||
# v1.04 2018-06-12 Wekan release
|
# v1.04 2018-06-12 Wekan release
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ template(name="minicard")
|
||||||
unless dueAt
|
unless dueAt
|
||||||
unless endAt
|
unless endAt
|
||||||
.date
|
.date
|
||||||
+miniCardReceivedDate
|
+minicardReceivedDate
|
||||||
if startAt
|
if startAt
|
||||||
.date
|
.date
|
||||||
+minicardStartDate
|
+minicardStartDate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue