This commit is contained in:
Jeremy Ruston 2024-01-29 08:29:26 +00:00
parent 3283d38867
commit 4b6872aa42
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ SqlTiddlerDatabase.prototype.getRecipeTiddlers = function(recipename) {
INNER JOIN recipes AS r ON rb.recipe_id = r.recipe_id
INNER JOIN tiddlers AS t ON b.bag_id = t.bag_id
WHERE r.recipe_name = $recipe_name
GROUP BY t.title, b.bag_name
GROUP BY t.title
ORDER BY t.title
)
`,{