Skip to content

Commit

Permalink
LPS-101063 - Pass along the selected nodes, since the data being pass…
Browse files Browse the repository at this point in the history
…ed is an object, and the receiving code is expecting an array
  • Loading branch information
natecavanaugh committed Oct 30, 2019
1 parent 5ea663c commit 6a44da5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class SelectVocabulary extends PortletBase {
this.selectedNodes_ = selectedNodes;

Liferay.Util.getOpener().Liferay.fire(this.itemSelectorSaveEvent, {
data
data: selectedNodes
});
}
}
Expand Down Expand Up @@ -185,4 +185,4 @@ SelectVocabulary.STATE = {

Soy.register(SelectVocabulary, templates);

export default SelectVocabulary;
export default SelectVocabulary;

0 comments on commit 6a44da5

Please sign in to comment.