1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-05 23:10:28 +00:00
This commit is contained in:
Jeremy Ruston 2024-01-29 08:29:26 +00:00
parent 3283d38867
commit 4b6872aa42

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
)
`,{