[DE] Fix Bug 37460

This commit is contained in:
Julia Radzhabova 2018-04-25 17:57:32 +03:00
parent 3e5637ef17
commit 849f62bc96

View file

@ -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) {