소스 검색

Merge branch 'rjevnikar-fixRDate' into devel

Lauri Ojansivu 7 년 전
부모
커밋
94bd63c8a7
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 2
      CHANGELOG.md
  2. 1 1
      client/components/cards/minicard.jade

+ 4 - 2
CHANGELOG.md

@@ -13,9 +13,11 @@ and fixes the following bugs:
    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 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
 

+ 1 - 1
client/components/cards/minicard.jade

@@ -15,7 +15,7 @@ template(name="minicard")
           unless dueAt
             unless endAt
               .date
-                +miniCardReceivedDate
+                +minicardReceivedDate
       if startAt
         .date
           +minicardStartDate