Skip to content

Commit

Permalink
Fix issue joomla-projects#150: New item menu - Can't select the 'menu…
Browse files Browse the repository at this point in the history
… item type' at article page
  • Loading branch information
giangnd-bb committed Dec 9, 2019
1 parent caa81fc commit 3ae54fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/media_source/com_menus/js/admin-item-modal.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Joomla = window.Joomla || {};

Joomla.setMenuType = (type, tmpl) => {
if (tmpl !== '') {
window.parent.Joomla.submitbutton('item.setType', type);
window.Joomla.submitbutton('item.setType', type);
// window.parent.Joomla.Modal.getCurrent().close();
} else {
window.location = `index.php?option=com_menus&view=item&task=item.setType&layout=edit&type=${type}`;
Expand Down

0 comments on commit 3ae54fa

Please sign in to comment.