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
Commits
43692de9
Commit
43692de9
authored
10 months ago
by
Benedikt Heinrichs
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Working metadata storage
parent
f604ff74
No related branches found
No related tags found
3 merge requests
!169
Chore: 4.0.3
,
!166
Fix: Dependency Upgrade
,
!165
Fix: Working metadata storage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/InputTextField.vue
+2
-0
2 additions, 0 deletions
src/components/InputTextField.vue
with
2 additions
and
0 deletions
src/components/InputTextField.vue
+
2
−
0
View file @
43692de9
...
...
@@ -114,6 +114,8 @@ export default defineComponent({
if
(
this
.
type
===
'
datetime-local
'
)
{
this
.
object
.
value
+=
'
:00
'
;
}
// Sometimes numbers are set, which break existing logic, don't remove!
this
.
object
.
value
=
this
.
object
.
value
+
''
;
this
.
$emit
(
'
update:metadata-value
'
,
this
.
object
);
},
loadData
()
{
...
...
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
880ad5d7
·
10 months ago
mentioned in commit
880ad5d7
mentioned in commit 880ad5d760a4a91808e8f83d20d259f5125cefdb
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment