Show uppercase suggestions in the Draft Beers field and update changelog

This commit is contained in:
Quincy Morgan
2019-10-21 11:15:08 +02:00
parent 8cfb83f69c
commit 2576f58b14
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ export default {
// A few OSM keys expect values to contain uppercase values (see #3377).
// This is not an exhaustive list (e.g. `name` also has uppercase values)
// but these are the fields where taginfo value lookup is most useful.
var re = /network|taxon|genus|species|brand|grape_variety|royal_cypher|listed_status|booth|rating|stars|:output|_hours|_times|_ref|manufacturer|country|target/;
var re = /network|taxon|genus|species|brand|grape_variety|royal_cypher|listed_status|booth|rating|stars|:output|_hours|_times|_ref|manufacturer|country|target|brewery/;
var allowUpperCase = re.test(params.key);
var f = filterValues(allowUpperCase);