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

Commit 863237c

Browse files
ENGCOM-2300: magento-engcom/import-export-improvements#64: fix issue with Export Type UI #109
- Merge Pull Request magento-engcom/import-export-improvements#109 from dmanners/import-export-improvements:export-ui-fix - Merged commits: 1. 64d0927
2 parents 6b7a9b3 + 64d0927 commit 863237c

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

+1
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)