mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Removed code that writes attributes 'use_for_ingest' and 'ingest_messages'
in keyword list XML file when exporting keyword lists. These changes are in support of AUT-690.
This commit is contained in:
parent
67fbd28024
commit
6713f6481b
@ -101,8 +101,6 @@ public class KeywordSearchListsXML extends KeywordSearchListsAbstract{
|
||||
listEl.setAttribute(LIST_NAME_ATTR, listName);
|
||||
listEl.setAttribute(LIST_CREATE_ATTR, created);
|
||||
listEl.setAttribute(LIST_MOD_ATTR, modified);
|
||||
listEl.setAttribute(LIST_USE_FOR_INGEST, useForIngest);
|
||||
listEl.setAttribute(LIST_INGEST_MSGS, ingestMessages);
|
||||
|
||||
for (Keyword keyword : keywords) {
|
||||
Element keywordEl = doc.createElement(KEYWORD_EL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user