feat(itam): when displaying software version, add prefix with software name
ref: #690 #596
This commit is contained in:
@ -446,7 +446,7 @@ class SoftwareVersion(SoftwareCommonFields, SaveHistory):
|
||||
|
||||
def __str__(self):
|
||||
|
||||
return self.name
|
||||
return self.software.name + ' ' + self.name
|
||||
|
||||
def save_history(self, before: dict, after: dict) -> bool:
|
||||
|
||||
|
Reference in New Issue
Block a user