Merge branch '3139_cr_hashes' into 3141_addHashes

This commit is contained in:
Ann Priestman 2017-11-03 12:53:40 -04:00
commit b51ec98837

View File

@ -363,7 +363,7 @@ final class HashLookupSettings implements Serializable {
this.hashSetName = centralRepoDb.getHashSetName();
this.version = centralRepoDb.getVersion();
this.knownFilesType = centralRepoDb.getKnownFilesType();
this.readOnly = centralRepoDb.isUpdateable();
this.readOnly = ! centralRepoDb.isUpdateable();
this.searchDuringIngest = centralRepoDb.getSearchDuringIngest();
this.sendIngestMessages = centralRepoDb.getSendIngestMessages();
this.path = "";