mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +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()
|
|| tbPortNumber.getText().isEmpty()
|
||||||
|| tbUsername.getText().isEmpty()
|
|| tbUsername.getText().isEmpty()
|
||||||
|| tbPassword.getPassword().length == 0
|
|| tbPassword.getPassword().length == 0
|
||||||
|
|| tbIndexingServerHost.getText().isEmpty()
|
||||||
|| !messageServiceFieldsArePopulated()) {
|
|| !messageServiceFieldsArePopulated()) {
|
||||||
// We don't even have everything filled out
|
// We don't even have everything filled out
|
||||||
result = false;
|
result = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user