NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 06:20:39 +0000 (14:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 06:20:39 +0000 (14:20 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 78cd292..00607e0 100644 (file)
           },
           {
            "listeners" : {
-            "activate" : "() => {\n\t_this.dbmodel.loadTickets(curproj == null ? \"\": curproj.id);\t\n}"
+            "activate" : "() => {\n\t_this.dbmodel.loadTickets(curproj == null ? \"\": curproj.id);\t\n\t \n}"
            },
            "xtype" : "CheckButton",
            "string label" : "Show closed Tickets",
index 22dec67..5879fd7 100644 (file)
@@ -759,6 +759,7 @@ public class NewBranch : Object
             //listeners
             this.el.activate.connect( () => {
                _this.dbmodel.loadTickets(curproj == null ? "": curproj.id);    
+                
             });
         }