Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
compendium-v2
Merge requests
!134
Refactor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor
refactor
into
develop
Overview
0
Commits
48
Pipelines
0
Changes
1
Merged
Bjarke Madsen
requested to merge
refactor
into
develop
7 months ago
Overview
0
Commits
48
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
1022ff64
Prev
Next
Show latest version
1 file
+
10
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1022ff64
update survey_model_2024.json to reflect newest changes
· 1022ff64
Bjarke Madsen
authored
7 months ago
compendium_v2/migrations/surveymodels/survey_model_2024.json
+
10
−
2
Options
@@ -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