Add goal_name & strategy_name in /audit_templates
In this changeset, I added both the 'goal_name' and the 'strategy_name' field. Change-Id: Ic164df84d4e23ec75b2b2f4b358cf827d0ad7fa5 Related-Bug: #1573582
This commit is contained in:
@@ -295,7 +295,9 @@ class Connection(api.BaseConnection):
|
||||
'goal_id', 'strategy_id']
|
||||
join_fieldmap = {
|
||||
'goal_uuid': ("uuid", models.Goal),
|
||||
'goal_name': ("name", models.Goal),
|
||||
'strategy_uuid': ("uuid", models.Strategy),
|
||||
'strategy_name': ("name", models.Strategy),
|
||||
}
|
||||
|
||||
return self._add_filters(
|
||||
|
||||
Reference in New Issue
Block a user