зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1206376
- Pass the proper bookmark index when creating a new bookmark in the bookmark properties dialog. r=mak
This commit is contained in:
Родитель
4ef14ed559
Коммит
b531a8c7a6
|
@ -607,7 +607,7 @@ var BookmarkPropertiesPanel = {
|
|||
let folderGuid = yield PlacesUtils.promiseItemGuid(container);
|
||||
let bm = yield PlacesUtils.bookmarks.fetch({
|
||||
parentGuid: folderGuid,
|
||||
index: PlacesUtils.bookmarks.DEFAULT_INDEX
|
||||
index: index
|
||||
});
|
||||
this._itemId = yield PlacesUtils.promiseItemId(bm.guid);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче