Add recycling_type preset field

Fixes #2689
This commit is contained in:
Eric Brelsford
2015-06-17 14:18:30 -04:00
parent 95b1eb6cce
commit dbaf8a1465
5 changed files with 13 additions and 0 deletions
+3
View File
@@ -739,6 +739,9 @@ en:
recycling/paper:
# 'recycling:paper=*'
label: Accepts Paper
recycling/type:
# 'recycling_type=*'
label: Recycling Type
ref:
# 'ref=*'
label: Reference
+5
View File
@@ -944,6 +944,11 @@
"type": "check",
"label": "Accepts Paper"
},
"recycling/type": {
"key": "recycling_type",
"type": "combo",
"label": "Recycling Type"
},
"ref": {
"key": "ref",
"type": "text",
+1
View File
@@ -1482,6 +1482,7 @@
"fields": [
"operator",
"address",
"recycling/type",
"recycling/cans",
"recycling/glass",
"recycling/paper",
@@ -3,6 +3,7 @@
"fields": [
"operator",
"address",
"recycling/type",
"recycling/cans",
"recycling/glass",
"recycling/paper",
+3
View File
@@ -1195,6 +1195,9 @@
"recycling/paper": {
"label": "Accepts Paper"
},
"recycling/type": {
"label": "Recycling Type"
},
"ref": {
"label": "Reference"
},