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

NewBranch.bjs
NewBranch.vala

index b72933b..746ec43 100644 (file)
          "items" : [
           {
            "listeners" : {
-            "activate" : "() => {\n\t\n}"
+            "activate" : "() => {\n\t_this.dbmodel.loadTickets(curproj == null ? \"\": curproj.id);\t\n}"
            },
            "string label" : "Show tickets not assigned to me",
            "* pack" : "add",
index 2a95041..a244f10 100644 (file)
@@ -730,7 +730,7 @@ public class NewBranch : Object
 
             //listeners
             this.el.activate.connect( () => {
-               
+               _this.dbmodel.loadTickets(curproj == null ? "": curproj.id);    
             });
         }