Merge pull request #4432 from xmile1/substance-field-to-pipeline-preset

feat(preset): add substance field to pipeline preset
This commit is contained in:
Bryan Housel
2017-10-13 10:53:19 -04:00
committed by GitHub
6 changed files with 20 additions and 2 deletions
+3
View File
@@ -1319,6 +1319,9 @@ en:
studio:
# studio=*
label: Type
substance:
# substance=*
label: Substance
substation:
# substation=*
label: Type
+5
View File
@@ -1801,6 +1801,11 @@
"type": "combo",
"label": "Type"
},
"substance": {
"key": "substance",
"type": "combo",
"label": "Substance"
},
"substation": {
"key": "substation",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "substance",
"type": "combo",
"label": "Substance"
}
+2 -1
View File
@@ -9953,7 +9953,8 @@
"icon": "pipeline-line",
"fields": [
"location",
"operator"
"operator",
"substance"
],
"geometry": [
"line"
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "pipeline-line",
"fields": [
"location",
"operator"
"operator",
"substance"
],
"geometry": [
"line"
+3
View File
@@ -2195,6 +2195,9 @@
"studio": {
"label": "Type"
},
"substance": {
"label": "Substance"
},
"substation": {
"label": "Type"
},