Fix label assignment insertion and enrich result of clone
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Jakob Röhrl
parent
e763ce1fb7
commit
c39fd43b6c
@@ -27,12 +27,13 @@ use JsonSerializable;
|
||||
|
||||
class AssignedLabels extends RelationalEntity implements JsonSerializable {
|
||||
public $id;
|
||||
protected $label;
|
||||
protected $labelId;
|
||||
protected $cardId;
|
||||
|
||||
public function __construct() {
|
||||
$this->addType('id', 'integer');
|
||||
$this->addType('cardId', 'integer');
|
||||
$this->addResolvable('label');
|
||||
$this->addType('labelId', 'integer');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user