Skip to content

Commit 2e5295b

Browse files
committed
Switch to using test lead instead of engagement lead for tests
1 parent e85497a commit 2e5295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/templates/dojo/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{% if caltype == 'tests' %}
5353
{% for t in tests %}
5454
{
55-
title: '{{t.engagement.product.name}}: {{ t.engagement.name|default:"Unknown" }} - {{ t.test_type }} ({{ t.engagement.lead }})',
55+
title: '{{t.engagement.product.name}}: {{ t.engagement.name|default:"Unknown" }} - {{ t.test_type }} ({{ t.lead|default:"Unassigned" }})',
5656
start: '{{t.target_start|date:"c"}}',
5757
end: '{{t.target_end|date:"c"}}',
5858
url: '{% url 'view_test' t.id %}',

0 commit comments

Comments
 (0)