Jelajahi Sumber

Merge branch 'rjevnikar-fixRDate' into devel

Lauri Ojansivu 7 tahun lalu
induk
melakukan
94bd63c8a7
2 mengubah file dengan 5 tambahan dan 3 penghapusan
  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);
    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
 
 

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

@@ -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