mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Updat Wekan board format check
This commit is contained in:
parent
0b72eeaf9d
commit
bea876efd8
1 changed files with 0 additions and 2 deletions
|
@ -96,7 +96,6 @@ export class WekanCreator {
|
|||
archived: Boolean,
|
||||
dateLastActivity: DateString,
|
||||
labelIds: [String],
|
||||
members: [String],
|
||||
title: String,
|
||||
sort: Number,
|
||||
})]);
|
||||
|
@ -107,7 +106,6 @@ export class WekanCreator {
|
|||
// XXX refine control by validating 'color' against a list of allowed
|
||||
// values (is it worth the maintenance?)
|
||||
color: String,
|
||||
name: String,
|
||||
})]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue