productionScheduler + ecmactions field name

This commit is contained in:
Michał Zieliński
2025-09-15 20:00:00 +02:00
parent 91e6a206cb
commit 980180adb1
7 changed files with 13 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ $viewdefs [$module_name] = array (
1 => array (
0 => array (
'name' => 'category',
'label' => 'LBL_CATEGORY'
'label' => 'Linia'
),
1 => array (
'name' => 'shape',

View File

@@ -59,7 +59,7 @@ $viewdefs [$module_name] = array(
1 => array(
0 => array(
'name' => 'category',
'label' => 'LBL_CATEGORY',
'label' => 'Linia',
'tabIndex' => '101',
),
1 => array(

View File

@@ -19,7 +19,7 @@ $listViewDefs [$module_name] = array (
),
'CATEGORY' => array (
'type' => 'varchar',
'label' => 'LBL_CATEGORY',
'label' => 'Linia',
'width' => '10%',
'default' => true,
'align' => 'left',

View File

@@ -16,7 +16,7 @@ $searchdefs ['EcmActions'] = array (
),
'category' => array(
'type' => 'enum',
'label' => 'LBL_CATEGORY',
'label' => 'Linia',
'width' => '10%',
'default' => true,
'name' => 'category'
@@ -37,7 +37,7 @@ $searchdefs ['EcmActions'] = array (
),
'category' => array(
'type' => 'enum',
'label' => 'LBL_CATEGORY',
'label' => 'Linia',
'width' => '10%',
'default' => true,
'name' => 'category'

View File

@@ -81,7 +81,7 @@ $dictionary ['EcmAction'] = array (
'category' => array (
'required' => true,
'name' => 'category',
'vname' => 'LBL_CATEGORY',
'vname' => 'Linia',
'options' => 'ecmactions_category_dom',
'type' => 'enum',
'len' => '255',