Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Field app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
humansis
Mobile apps
Field app
Merge requests
!200
REF: remove unused nationalCardId type "NONE"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
REF: remove unused nationalCardId type "NONE"
REF/PIN-4191
into
release/v3.8.0
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Michal Neubauer
requested to merge
REF/PIN-4191
into
release/v3.8.0
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
PIN-4191
0
0
Merge request reports
Compare
release/v3.8.0
release/v3.8.0 (base)
and
latest version
latest version
bc9c836e
1 commit,
2 years ago
2 files
+
2
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
app/src/main/java/cz/applifting/humansis/model/api/NationalCardId.kt
+
1
−
2
Options
@@ -24,6 +24,5 @@ enum class NationalCardIdType(val stringResource: Int) {
@SerializedName
(
"Camp ID"
)
CAMP_ID
(
R
.
string
.
camp_id
),
@SerializedName
(
"Social Service Card"
)
SOCIAL_SERVICE_ID
(
R
.
string
.
social_service_card
),
@SerializedName
(
"Civil registration record"
)
CIVIL_REGISTRATION_RECORD
(
R
.
string
.
civil_registration_record
),
@SerializedName
(
"Other"
)
OTHER
(
R
.
string
.
other
),
@SerializedName
(
"None"
)
NONE
(
0
)
@SerializedName
(
"Other"
)
OTHER
(
R
.
string
.
other
)
}
Loading