Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
greg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
it-bott-integrasjoner
greg
Merge requests
!204
Modify register step form for guests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Modify register step form for guests
GREG-120-reg-form-validation
into
master
Overview
5
Commits
4
Pipelines
5
Changes
7
All threads resolved!
Show all comments
Merged
Andreas Ellewsen
requested to merge
GREG-120-reg-form-validation
into
master
3 years ago
Overview
5
Commits
4
Pipelines
5
Changes
7
All threads resolved!
Show all comments
Expand
Passport Country now displays two letter code after selection.
A heading has been added for identity information.
An error message is now displayed if the user inputs both national id and passport information.
Resolves: GREG-120
Edited
3 years ago
by
Andreas Ellewsen
0
0
Merge request reports
Compare
master
version 4
739c60b4
3 years ago
version 3
e844279c
3 years ago
version 2
73793732
3 years ago
version 1
ca8e11fe
3 years ago
master (base)
and
latest version
latest version
64abe018
4 commits,
3 years ago
version 4
739c60b4
4 commits,
3 years ago
version 3
e844279c
3 commits,
3 years ago
version 2
73793732
3 commits,
3 years ago
version 1
ca8e11fe
3 commits,
3 years ago
7 files
+
124
−
85
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
frontend/public/locales/en/common.json
+
3
−
0
Options
@@ -100,6 +100,7 @@
"startDateMustBeSet"
:
"Start date must be set"
,
"startDateMustBeBeforeEndDate"
:
"Start date has to be before end date"
,
"passportNationalityAndNumber"
:
"Both passport nationality and number need to be set"
,
"doubleIdentity"
:
"*You have input both national ID and passport. Please choose only one."
,
"nationalIdOrPassport"
:
"National ID or passport information need to be entered"
},
"button"
:
{
@@ -134,6 +135,8 @@
"registerNewGuest"
:
"Register new guest"
,
"guestOverview"
:
"Guest overview"
,
"guestRegisterWizardText"
:
{
"identityHeader"
:
"Identify yourself "
,
"identityBody"
:
"Enter national identity number if you have one. <1>Otherwise</1> use passport information."
,
"yourContactInformation"
:
"Your contact information"
,
"contactInformationDescription"
:
"Fill in your mobile phone number."
,
"yourGuestPeriod"
:
"Your guest period"
,
Loading