mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 12:38:06 +01:00
add: optional board description
This commit is contained in:
parent
011f53ad08
commit
21fa6fdc32
5 changed files with 15 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Meteor.publish('boards', function() {
|
|||
archived: 1,
|
||||
slug: 1,
|
||||
title: 1,
|
||||
description: 1,
|
||||
color: 1,
|
||||
members: 1,
|
||||
permission: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue