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

Commit

Permalink
#64: fix issue with Export Type UI
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
dmanners committed Jun 16, 2018
1 parent 2910d8b commit 64d0927
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ require([
this.modifyFilterGrid();
}
} else {
this.previousGridEntity = '';
$('export_filter_container').hide();
}
}
Expand Down

0 comments on commit 64d0927

Please sign in to comment.