From 8a28e988e9722bcb20561d0c6e1e85f6a6c06dc1 Mon Sep 17 00:00:00 2001 From: Thuan Pham Quoc Date: Sun, 10 Dec 2017 22:53:45 +0700 Subject: Always display attachment section for uploading file quickly --- client/components/cards/cardDetails.jade | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index 4c68c2f7..0a7a8cd6 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -85,13 +85,12 @@ template(name="cardDetails") hr +checklists(cardId = _id) - if attachments.count - hr - h2 - i.fa.fa-paperclip - | {{_ 'attachments'}} + hr + h2 + i.fa.fa-paperclip + | {{_ 'attachments'}} - +attachmentsGalery + +attachmentsGalery hr .activity-title -- cgit v1.2.3-1-g7c22 From 8dc9856ed896d3f0498b91990d74da01ea951521 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 11 Dec 2017 22:51:16 +0200 Subject: Always display attachment section for uploading file quickly. Thanks to thuanpq ! --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b9fff0..871257ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ This release adds the following new features: * [Change password of any user in Standalone Wekan Admin Panel](https://github.com/wekan/wekan/pull/1372); * [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373); -* [Auto update card cover with latest uploaded image attachment](https://github.com/wekan/wekan/pull/1387). +* [Auto update card cover with latest uploaded image attachment](https://github.com/wekan/wekan/pull/1387); +* [Always display attachment section for uploading file quickly](https://github.com/wekan/wekan/pull/1391). * Update tranlations. Add Latvian language; * Update to Meteor 1.6.0, Node 6.12.2 and MongoDB 3.2.18. @@ -14,7 +15,7 @@ and fixes the following bugs: * [Bug on not able to see member avatar on sidebar activity](https://github.com/wekan/wekan/pull/1380); * [Don't open swipebox on update card cover / download file / delete file](https://github.com/wekan/wekan/pull/1386); * [Boards subscription should be placed at header for all other component can be used](https://github.com/wekan/wekan/pull/1381); -* [bug on long url of attachment in card activity log](https://github.com/wekan/wekan/pull/1388). +* [Bug on long url of attachment in card activity log](https://github.com/wekan/wekan/pull/1388). Thanks to GitHub users mfshiu, thuanpq and xet7 for their contributions. Thanks to translators for their translations. -- cgit v1.2.3-1-g7c22