Skip to content

Commit

Permalink
Prov: correct state when deleting and uploading prov json #4343
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-a-dunlap committed May 2, 2018
1 parent 4e8a899 commit d8b193c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public String stagePopupChanges(boolean saveInPopup) throws IOException{
}
if(deleteStoredJson) {
stagingEntry.deleteJson = true;

stagingEntry.provJson = null;
popupDataFile.setProvEntityName(null);
}
if(null != jsonUploadedTempFile && "application/json".equalsIgnoreCase(jsonUploadedTempFile.getContentType())) { //delete and create again can both happen at once
Expand Down

0 comments on commit d8b193c

Please sign in to comment.