mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 13:15:16 +01:00
BoardAdmin and Admin can now set board background image URL.
Thanks to xet7 ! Related #486
This commit is contained in:
parent
8b4193149b
commit
49ef80ab6c
6 changed files with 80 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ Meteor.publish('boardsReport', function() {
|
|||
title: 1,
|
||||
description: 1,
|
||||
color: 1,
|
||||
backgroundImageURL: 1,
|
||||
members: 1,
|
||||
orgs: 1,
|
||||
teams: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue