mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
first test for custom fields filter
This commit is contained in:
parent
ef99e6a6b1
commit
3e390503fc
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ template(name="filterSidebar")
|
|||
| (<span class="username">{{ username }}</span>)
|
||||
if Filter.members.isSelected _id
|
||||
i.fa.fa-check
|
||||
ul.sidebar-list
|
||||
each currentBoard.customFields
|
||||
li
|
||||
a.name.js-toggle-label-filter
|
||||
span.sidebar-list-item-description
|
||||
{{ name }}
|
||||
if Filter.isActive
|
||||
hr
|
||||
a.sidebar-btn.js-clear-all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue