Filter: change type filter Active, change position filter item, default values All Buchungstypen

This commit is contained in:
ma0068
2026-02-04 11:33:54 +01:00
parent e0082db7c9
commit 3053289146
3 changed files with 6 additions and 4 deletions
@@ -200,7 +200,8 @@ class Config extends FHCAPI_Controller
'type' => 'select',
'values' => $buchungstyp_kurzbz_plus_all,
'value_key' => 'buchungstyp_kurzbz',
'label_key' => 'beschreibung'
'label_key' => 'beschreibung',
'default' => 'all'
],
'samestg' => [
'type' => 'bool',
@@ -226,7 +227,8 @@ class Config extends FHCAPI_Controller
'type' => 'select',
'values' => $buchungstyp_kurzbz_plus_all,
'value_key' => 'buchungstyp_kurzbz',
'label_key' => 'beschreibung'
'label_key' => 'beschreibung',
'default' => 'all'
],
'samestg' => [
'type' => 'bool',
@@ -578,7 +578,7 @@ export default {
</template>
<template #actions v-if="filter.length">
<div class="d-flex align-items-center gap-2 ps-4">
<div class="d-flex justify-content-center align-items-center gap-2 ps-4 position-absolute start-50 translate-middle-x">
<p class="text-danger mb-0">
<strong>{{$p.t('filter','filterActive')}}</strong>
</p>
@@ -8,7 +8,7 @@ export default {
FilterItem
},
props: {
filterActive: Boolean,
filterActive: Number,
},
emits: [
'change'