mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Adding check that solr host name is filled in
This commit is contained in:
parent
3a4456b945
commit
d680c65cdd
@ -442,6 +442,7 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
||||
|| tbPortNumber.getText().isEmpty()
|
||||
|| tbUsername.getText().isEmpty()
|
||||
|| tbPassword.getPassword().length == 0
|
||||
|| tbIndexingServerHost.getText().isEmpty()
|
||||
|| !messageServiceFieldsArePopulated()) {
|
||||
// We don't even have everything filled out
|
||||
result = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user