Skip to content

Commit

Permalink
LPS-202903 Alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoDiaz authored and brianchandotcom committed Jan 9, 2024
1 parent 843cb82 commit 4ccea91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ renderResponse.setTitle(headerTitle);
if (selectFolderButton) {
selectFolderButton.addEventListener('click', (event) => {
Liferay.Util.openSelectionModal({
selectEventName: '<portlet:namespace />folderSelected',
multiple: false,
onSelect: function (selectedItem) {
if (!selectedItem) {
Expand All @@ -324,6 +323,7 @@ renderResponse.setTitle(headerTitle);

Liferay.Util.selectFolder(folderData, '<portlet:namespace />');
},
selectEventName: '<portlet:namespace />folderSelected',
title: '<liferay-ui:message arguments="folder" key="select-x" />',

<%
Expand Down

0 comments on commit 4ccea91

Please sign in to comment.