Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 64d0927

Browse files
committed
magento-engcom/import-export-improvements#64: fix issue with Export Type UI
- reset the entity type in the export form JS - this change was made so that if you choose an entity type, then choose the "Please Select" option the entity type gets reset and so now if you choose another type the form will actually be shown
1 parent 2910d8b commit 64d0927

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/ImportExport/view/adminhtml/templates/export/form

1 file changed

+1
-0
lines changed

app/code/Magento/ImportExport/view/adminhtml/templates/export/form/before.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ require([
6464
this.modifyFilterGrid();
6565
}
6666
} else {
67+
this.previousGridEntity = '';
6768
$('export_filter_container').hide();
6869
}
6970
}

0 commit comments

Comments
 (0)