Merge pull request #1592 from APriestman/hashSettings

Update the "always calculate hashes" setting when the Hash Lookup set…
This commit is contained in:
Richard Cordovano 2015-09-24 16:02:43 -04:00
commit 96fb192e2a

View File

@ -166,6 +166,7 @@ public final class HashLookupModuleSettingsPanel extends IngestModuleIngestJobSe
void reset(HashLookupModuleSettings newSettings) {
initializeHashSetModels(newSettings);
alwaysCalcHashesCheckbox.setSelected(newSettings.shouldCalculateHashes());
knownHashSetsTableModel.fireTableDataChanged();
knownBadHashSetsTableModel.fireTableDataChanged();
}