Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
6a7fa540
Commit
6a7fa540
authored
Nov 13, 2020
by
janis.streib
🦉
Browse files
UPD: show field descriptions more prominently
parent
261e8850
Pipeline
#118115
passed with stages
in 6 minutes and 39 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/DataEditField.vue
View file @
6a7fa540
<
template
>
<div
v-if=
"object_attribute"
>
<b-form-group
:title=
"`$
{object_attribute.description_detail}\n\nName: ${attribute_name}\nReference: ${attribute_reference_name}\nReferencing: ${attribute_referencing}`"
:title=
"`Name: $
{attribute_name}\nReference: ${attribute_reference_name}\nReferencing: ${attribute_referencing}`"
:description="object_attribute.description_detail"
:label="object_attribute.description_sys_scope">
<b-form-input
:value=
"attribute_preset || ''"
v-if=
"(input_reducer === null || input_reducer instanceof Boolean) && (object_attribute.data_type.includes('integer'))"
...
...
@@ -12,7 +13,8 @@
v-else-if=
"object_attribute.data_type==='timestamp_tz'"
>
<b-row>
<b-col>
<b-form-datepicker
label-reset-button=
"Datum entfernen"
:reset-value=
"null"
reset-button
@
input=
"composeDate()"
v-model=
"date_picker"
<b-form-datepicker
label-reset-button=
"Datum entfernen"
:reset-value=
"null"
reset-button
@
input=
"composeDate()"
v-model=
"date_picker"
locale=
"de"
></b-form-datepicker>
</b-col>
<b-col>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment