Skip to content

Commit a4af675

Browse files
author
Jean-François Pineau
committed
visibilité du parent
1 parent 3df70bd commit a4af675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@
167167
if (issue.parent != undefined) {
168168
console.log ("found parent:" + issue.parent);
169169
jQuery('.parent',ticketCard).html(issue.parent.id).attr('href',relativeUrl+'/issues/'+issue.parent.id);
170+
jQuery('.histoire').show();
170171
} else {
171172
console.log ("not found parent:" + issue.parent);
172-
jQuery('.histoire').hide();
173173
}
174174
jQuery('.subject',ticketCard).html(issue.subject);
175175

0 commit comments

Comments
 (0)