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

This commit is contained in:
Lauri Ojansivu 2024-06-04 23:28:59 +03:00
commit bca8a72a0f
2 changed files with 9 additions and 4 deletions

View file

@ -22,6 +22,11 @@ This release adds the following updates:
- [Updated release scripts](https://github.com/wekan/wekan/commit/4a9d881e47751ec49d24af5bf4fd1c5452ceb194). - [Updated release scripts](https://github.com/wekan/wekan/commit/4a9d881e47751ec49d24af5bf4fd1c5452ceb194).
Thanks to xet7. 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. Thanks to above GitHub users for their contributions and translators for their translations.
# v7.47 2024-06-03 WeKan ® release # v7.47 2024-06-03 WeKan ® release

View file

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