Skip to content
Snippets Groups Projects
Unverified Commit 1a6cdeab authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #2562 from kellykelly3/8069-tsk-account-short-description

8069 Change short description for TSK_ACCOUNT
parents 99a42696 2ae420d5
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,10 @@ public String getShortDescription() throws TskCoreException {
attr = getAttribute(new BlackboardAttribute.Type(ATTRIBUTE_TYPE.TSK_DEVICE_NAME));
break;
case TSK_ACCOUNT:
attr = getAttribute(new BlackboardAttribute.Type(ATTRIBUTE_TYPE.TSK_ACCOUNT_TYPE));
attr = getAttribute(new BlackboardAttribute.Type(ATTRIBUTE_TYPE.TSK_ID));
if(attr == null) {
attr = getAttribute(new BlackboardAttribute.Type(ATTRIBUTE_TYPE.TSK_CARD_NUMBER));
}
break;
case TSK_WEB_CATEGORIZATION:
case TSK_BLUETOOTH_ADAPTER:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment