Updat Wekan board format check

This commit is contained in:
Ghassen Rjab 2017-07-19 01:05:51 +01:00
parent 0b72eeaf9d
commit bea876efd8

View file

@ -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,
})]);
}