Commit 23d5682
committed
fix: use empty string fallback for unassigned assignee in templates # 38
Replace the "unassigned" string fallback for {assignee} and {assignees}, so that {% if assignee == '' %} correctly evaluates to true for unassigned issues.1 parent 34ee0b8 commit 23d5682
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments