Fix numeric types and missing card id in card detail results
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -33,8 +33,8 @@ class AssignedUsers extends RelationalEntity implements JsonSerializable {
|
||||
|
||||
public function __construct() {
|
||||
$this->addType('id', 'integer');
|
||||
$this->addType('card_id', 'integer');
|
||||
$this->addType('cardId', 'integer');
|
||||
$this->addResolvable('participant');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user