Fix #5638 - severity not saved
[gitlive] / Ticket.vala
index 12eb468..8d15130 100644 (file)
@@ -76,6 +76,7 @@ public class Ticket : Object
                
                        _this.milestone_id.selectedMilestoneId(),
                        _this.priority_id.selectedPriorityId() ,
+                       _this.severity_id.selectedSeverityId() ,                
                        _this.classification_id.selectedClassificationId() ,
                        _this.developer_id.selectedDeveloperId(),
                        _this.summary.el.get_text() ,
@@ -87,7 +88,7 @@ public class Ticket : Object
                        NewBranch.singleton().show(this.repo, new Gee.ArrayList<GitMonitorQueue>(), tid);
                }
         
-        
+          
                 
         });
     }