Fix obligation type not updated
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
ad1998a540
commit
74fa10faea
@@ -74,6 +74,7 @@ func NewObligation(cr *coredata.Obligation) *Obligation {
|
||||
LastReviewDate: cr.LastReviewDate,
|
||||
DueDate: cr.DueDate,
|
||||
Status: cr.Status,
|
||||
Type: cr.Type,
|
||||
CreatedAt: cr.CreatedAt,
|
||||
UpdatedAt: cr.UpdatedAt,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user