Skip to content
Snippets Groups Projects

Refactor

Merged Bjarke Madsen requested to merge refactor into develop
1 file
+ 10
2
Compare changes
  • Side-by-side
  • Inline
@@ -1667,7 +1667,15 @@
@@ -1667,7 +1667,15 @@
}
}
],
],
"rowCount": 1,
"rowCount": 1,
"maxRowCount": 50
"maxRowCount": 50,
 
"validators": [
 
{
 
"type": "answercount",
 
"text": "Please provide at least one valid website url including http:// or https:// for traffic statistics",
 
"minCount": 1,
 
"maxCount": 50
 
}
 
]
},
},
{
{
"type": "checkbox",
"type": "checkbox",
@@ -1718,7 +1726,7 @@
@@ -1718,7 +1726,7 @@
{
{
"type": "expression",
"type": "expression",
"text": "Please provide a single valid website url including http:// or https://",
"text": "Please provide a single valid website url including http:// or https://",
"expression": "validateWebsiteUrl({network_weather_url})"
"expression": "{network_weather} = 'No' || validateWebsiteUrl({network_weather_url}, true)"
}
}
],
],
"inputType": "url"
"inputType": "url"
Loading