Merge "Add goal_name & strategy_name in /audit_templates"

This commit is contained in:
Jenkins
2016-05-27 15:51:14 +00:00
committed by Gerrit Code Review
7 changed files with 303 additions and 199 deletions

View File

@@ -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(