mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 15:34:07 +01:00
board export now checks authentication
This commit is contained in:
parent
7cfc72da99
commit
18697d45f6
6 changed files with 52 additions and 21 deletions
|
|
@ -56,7 +56,7 @@ template(name="boardMenuPopup")
|
|||
if currentUser.isBoardAdmin
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-export-board(href="{{urlExport}}", download) {{_ 'export-board'}}
|
||||
li: a.js-export-board {{_ 'export-board'}}
|
||||
li: a.js-archive-board {{_ 'archive-board'}}
|
||||
|
||||
template(name="boardVisibilityList")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue