Jarek Radosz
a859d507e7
FIX: Prevent producing "undefined" strings ( #10042 )
...
Fixes a bug in search-menu-results (type: "group"), where:
```javascript
const fullName = escapeExpression(group.fullName);
const name = escapeExpression(group.name);
const groupNames = [h("span.name", fullName || name)];
```
`groupNames` could end up having value "undefined" if a group doesn't have a `fullName`.
2020-06-17 12:37:06 +02:00
..
2020-03-26 12:25:46 -04:00
2020-05-07 09:10:32 +10:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-06-03 12:45:26 -04:00
2020-06-03 12:45:26 -04:00
2020-04-08 12:46:43 +02:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-06-03 12:45:26 -04:00
2020-04-15 11:11:00 +05:30
2020-05-14 10:18:12 -04:00
2020-05-26 14:53:32 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-05-06 15:28:06 -04:00
2020-05-07 16:14:38 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-05-14 10:18:12 -04:00
2020-03-26 12:25:46 -04:00
2020-03-26 12:25:46 -04:00
2020-04-12 21:05:23 +05:30
2020-03-26 12:25:46 -04:00
2020-06-05 17:15:14 +01:00
2020-05-14 10:18:12 -04:00
2020-06-03 12:45:26 -04:00
2020-03-26 12:25:46 -04:00
2020-06-17 12:37:06 +02:00
2020-03-26 12:25:46 -04:00