Browse Source

Merge branch 'main' of github.com:wekan/wekan

Lauri Ojansivu 1 year ago
parent
commit
bca8a72a0f
2 changed files with 9 additions and 4 deletions
  1. 5 0
      CHANGELOG.md
  2. 4 4
      client/components/settings/peopleBody.jade

+ 5 - 0
CHANGELOG.md

@@ -22,6 +22,11 @@ This release adds the following updates:
 - [Updated release scripts](https://github.com/wekan/wekan/commit/4a9d881e47751ec49d24af5bf4fd1c5452ceb194).
   Thanks to xet7.
 
+and fixes the following bugs:
+
+- [Fix Admin Panel pages Organizations and Teams, where HTML Tables were broken](https://github.com/wekan/wekan/commit/36bb5e099ed9f1f88c0399867bd76f040467745c).
+  Thanks to Hekatomb and xet7.
+
 Thanks to above GitHub users for their contributions and translators for their translations.
 
 # v7.47 2024-06-03 WeKan ® release

+ 4 - 4
client/components/settings/peopleBody.jade

@@ -86,8 +86,8 @@ template(name="orgGeneral")
           +newOrgRow
     tbody
       tr
-        each org in orgList
-          +orgRow(orgId=org._id)
+      each org in orgList
+        +orgRow(orgId=org._id)
 
 template(name="teamGeneral")
   table
@@ -103,8 +103,8 @@ template(name="teamGeneral")
           +newTeamRow
     tbody
       tr
-        each team in teamList
-          +teamRow(teamId=team._id)
+      each team in teamList
+        +teamRow(teamId=team._id)
 
 template(name="peopleGeneral")
   #divAddOrRemoveTeamContainer