Przeglądaj źródła

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

Lauri Ojansivu 7 lat temu
rodzic
commit
a282a38ecd
2 zmienionych plików z 4 dodań i 3 usunięć
  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:
 
 * [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 translators for their translations.

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

@@ -21,8 +21,8 @@ template(name="attachmentDeletePopup")
 template(name="attachmentsGalery")
   .attachments-galery
     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 isImage
               img.attachment-thumbnail-img(src="{{url}}")