[DE] Fix Bug 37460
This commit is contained in:
parent
3e5637ef17
commit
849f62bc96
|
@ -205,6 +205,7 @@ define([
|
|||
onSelectItem: function(picker, item, record, e){
|
||||
if (!this._navigationObject) return;
|
||||
this._navigationObject.goto(record.get('index'));
|
||||
Common.NotificationCenter.trigger('edit:complete', this.panelNavigation);
|
||||
},
|
||||
|
||||
onMenuItemClick: function (menu, item) {
|
||||
|
|
Loading…
Reference in a new issue