added new permissions and changed handling of ADBWohneinheitController.php/duplicate

This commit is contained in:
Luca Haid
2025-06-12 10:01:01 +02:00
parent 3050603474
commit 528f3680d2
7 changed files with 91 additions and 26 deletions
@@ -70,12 +70,7 @@ Vue.component('a-d-b-wohneinheit-duplicate', {
defaultPageSize: 10,
headers: [
{text: 'Netzgebiet', key: 'netzgebiet_id', sortable: true, class: 'text-nowrap', priority: 11, filter: 'select', filterOptions: window['TT_CONFIG']['ADB_NETZGEBIETE']},
{text: 'Firma', key: 'netzgebiet_owner', sortable: true, class: 'text-nowrap', priority: 11, filter: 'select', filterOptions:
[
{text: 'RML', value: 'RML'},
{text: 'ESTMK', value: 'ESTMK'},
]
},
{text: 'Firma', key: 'netzgebiet_owner', sortable: true, class: 'text-nowrap', priority: 11, filter: 'select', filterOptions: window['TT_CONFIG']['NETWORK_OWNERS']},
{text: 'HomeID/OAID', key: 'extref', sortable: true, class: 'text-nowrap', priority: 10},
{text: 'Check-Typ', key: 'duplicateType', sortable: true, class: 'text-nowrap', priority: 9, filter: 'select', filterOptions: [
{text: 'HomeID', value: 'extref'},