Skip to content
Snippets Groups Projects
Commit 6a7fa540 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: show field descriptions more prominently

parent 261e8850
No related branches found
No related tags found
No related merge requests found
Pipeline #275024 passed with warnings
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment