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

Merge pull request #2118 from kellykelly3/7202-use-artifact-type-name

7202 Other timeline descriptions will show displayName instead of Type
parents d9b19e1c c9458ad0
No related branches found
No related tags found
No related merge requests found
......@@ -731,7 +731,7 @@ private Optional<TimelineEvent> addOtherEventDesc(BlackboardArtifact artifact) t
return Optional.empty();
}
String description = String.format("%s: %d", artifact.getArtifactTypeName(), artifact.getId());
String description = String.format("%s: %d", artifact.getDisplayName(), artifact.getId());
TimelineEventDescriptionWithTime evtWDesc = new TimelineEventDescriptionWithTime(timeVal, description, description, description);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment