瀏覽代碼

Merge branch 'thuanpq-dont-open-swipebox-overlay-while-downloading-update-cover' into devel

Lauri Ojansivu 7 年之前
父節點
當前提交
a282a38ecd
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 2 1
      CHANGELOG.md
  2. 2 2
      client/components/cards/attachments.jade

+ 2 - 1
CHANGELOG.md

@@ -10,7 +10,8 @@ This release adds the following new features:
 and fixes the following bugs:
 and fixes the following bugs:
 
 
 * [Bug on not being able to see Admin Panel if not having access to Board List](https://github.com/wekan/wekan/pull/1371);
 * [Bug on not being able to see Admin Panel if not having access to Board List](https://github.com/wekan/wekan/pull/1371);
-* [Bug on not able to see member avatar on sidebar activity](https://github.com/wekan/wekan/pull/1380).
+* [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).
 
 
 Thanks to GitHub users mfshiu, thuanpq and xet7 for their contributions.
 Thanks to GitHub users mfshiu, thuanpq and xet7 for their contributions.
 Thanks to translators for their translations.
 Thanks to translators for their translations.

+ 2 - 2
client/components/cards/attachments.jade

@@ -21,8 +21,8 @@ template(name="attachmentDeletePopup")
 template(name="attachmentsGalery")
 template(name="attachmentsGalery")
   .attachments-galery
   .attachments-galery
     each attachments
     each attachments
-      a.attachment-item.swipebox(href="{{url}}" title="{{name}}")
-        .attachment-thumbnail
+      .attachment-item
+        a.attachment-thumbnail.swipebox(href="{{url}}" title="{{name}}")
           if isUploaded
           if isUploaded
             if isImage
             if isImage
               img.attachment-thumbnail-img(src="{{url}}")
               img.attachment-thumbnail-img(src="{{url}}")