mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
getBagTiddlerStream should return bagname
This commit is contained in:
parent
882438db14
commit
b4664bd7d1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user