Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
form-generator
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
Show more breadcrumbs
Coscine
frontend
libraries
form-generator
Merge requests
!44
Hotfix/1140 fix fixed values
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hotfix/1140 fix fixed values
Hotfix/1140-fixFixedValues
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Marcel Nellesen
requested to merge
Hotfix/1140-fixFixedValues
into
master
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
coscine/issues#1140
Edited
4 years ago
by
Marcel Nellesen
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9a63c097
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/InputDatePicker.vue
+
1
−
1
Options
@@ -80,7 +80,7 @@ export default Vue.extend({
this
.
selectedDate
=
new
Date
();
}
else
{
this
.
selectedDate
=
new
Date
(
this
.
formData
[
this
.
nodeName
][
0
][
'
value
'
]
+
"
UTC
"
this
.
formData
[
this
.
nodeName
][
0
][
'
value
'
]
);
}
Loading