1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 03:39:43 +00:00

getBagTiddlerStream should return bagname

This commit is contained in:
Jeremy Ruston 2024-07-16 10:31:13 +01:00
parent 882438db14
commit b4664bd7d1

View File

@ -318,7 +318,8 @@ SqlTiddlerStore.prototype.getBagTiddlerStream = function(title,bag_name) {
{},
this.attachmentStore.getAttachmentStream(tiddlerInfo.attachment_blob),
{
tiddler_id: tiddlerInfo.tiddler_id
tiddler_id: tiddlerInfo.tiddler_id,
bag_name: bag_name
}
);
} else {