mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
2197-Fixed bug with making a profile with same name as one just deleted
This commit is contained in:
parent
5c2706cd17
commit
4701057c57
@ -258,6 +258,7 @@ class ProfileSettingsPanel extends IngestModuleGlobalSettingsPanel implements Op
|
||||
private void deleteProfileButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_deleteProfileButtonActionPerformed
|
||||
IngestProfile selectedProfile = this.profileList.getSelectedValue();
|
||||
this.profilesListModel.removeElement(selectedProfile);
|
||||
profiles.remove(selectedProfile.getName());
|
||||
IngestProfile.deleteProfile(selectedProfile);
|
||||
|
||||
// Select the first of the remaining set definitions. This will cause
|
||||
|
Loading…
x
Reference in New Issue
Block a user