mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Fix: Admin announcement can be viewed without signing in.
Thanks to nztqa ! Closes #1281
This commit is contained in:
parent
23ff08382a
commit
c84187bdad
2 changed files with 15 additions and 6 deletions
|
@ -1,3 +1,11 @@
|
|||
# Upcoming Wekan release
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
||||
* [Admin announcement can be viewed without signing in](https://github.com/wekan/wekan/issues/1281).
|
||||
|
||||
Thanks to Github user nztqa for contributions.
|
||||
|
||||
# v0.47 2017-10-04 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
|
|
@ -49,12 +49,13 @@ template(name="header")
|
|||
if appIsOffline
|
||||
+offlineWarning
|
||||
|
||||
if hasAnnouncement
|
||||
.announcement
|
||||
p
|
||||
i.fa.fa-bullhorn
|
||||
| #{announcement}
|
||||
i.fa.fa-times-circle.js-close-announcement
|
||||
if currentUser.isBoardMember
|
||||
if hasAnnouncement
|
||||
.announcement
|
||||
p
|
||||
i.fa.fa-bullhorn
|
||||
| #{announcement}
|
||||
i.fa.fa-times-circle.js-close-announcement
|
||||
|
||||
template(name="offlineWarning")
|
||||
.offline-warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue