Code:
"taskCount": { "type": "int", "notStorable": true, "readOnly": true, "select": { "select": "COUNT:(task.id)", "leftJoins": [ [ "Task", "task", { "task.ticketId:": "id", "task.deleted": "0", ... } ] ] } }
"taskCount": { "type": "int", "notStorable": true, "readOnly": true, "select": { "select": "COUNT:(task.id)", "leftJoins": [ [ "Task", "task", { "task.ticketId:": "id", "task.deleted": "0", ... } ] ] } }
Leave a comment: