NewBranch.bjs
[gitlive] / NewBranch.vala
index 572cc62..1ccde05 100644 (file)
@@ -205,6 +205,7 @@ public class NewBranch : Object
                        _this.name.el.set_text("wip_NAME_DATE");
                        return;
                }
+               
                var ticket = RooTicket.singleton().getById(ticket_id);
                
                _this.name.el.set_text("wip_NAME_T%s_%s".printf(ticket.id, ticket.summaryToBranchName());