From 36bb5e099ed9f1f88c0399867bd76f040467745c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 4 Jun 2024 16:02:03 +0300 Subject: [PATCH 1/2] Fix Admin Panel pages Organizations and Teams, where HTML Tables were broken. Thanks to Hekatomb and xet7 ! Fixes #5429 --- client/components/settings/peopleBody.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/settings/peopleBody.jade b/client/components/settings/peopleBody.jade index eca5eeab5..49d628d00 100644 --- a/client/components/settings/peopleBody.jade +++ b/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 From 8efea6c4e2ac17d1a8da21f0d15a1dfe008e5a1f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 4 Jun 2024 16:05:52 +0300 Subject: [PATCH 2/2] Updated ChangeLog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fadb792ec..e463b2279 100644 --- a/CHANGELOG.md +++ b/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