adamfoneil / Ginseng8

Software project management for small teams
7 stars 5 forks source link

impediment on work item not recorded automatically #43

Open adamfoneil opened 5 years ago

adamfoneil commented 5 years ago

I just noticed a comment marked as impediment, but it didn't reflect on the work item. Manually fixed it:

SELECT * FROM [WorkItem] WHERE [Number]=2558
SELECT * FROM [Comment] WHERE [ObjectId]=4110
UPDATE [WorkItem] SET [HasImpediment]=1 WHERE [Id]=4110
adamfoneil commented 4 years ago

this happens when you update a comment as an impediment -- the update doesn't reflect on the work item as it should