Fix #5617 - issue with create ticket not emptying fields
[gitlive] / Ticket.vala
index 02f71b5..6c5b028 100644 (file)
@@ -134,6 +134,9 @@ public class Ticket : Object
                _this.devmodel.loadDevelopers();        
                
         }
+               _this.summary.el.set_text("");
+               _this.description.el.buffer.text = ""; 
+        
      
        this.el.run();