productionScheduler + ecmactions field name
This commit is contained in:
@@ -57,7 +57,7 @@ $viewdefs [$module_name] = array (
|
||||
1 => array (
|
||||
0 => array (
|
||||
'name' => 'category',
|
||||
'label' => 'LBL_CATEGORY'
|
||||
'label' => 'Linia'
|
||||
),
|
||||
1 => array (
|
||||
'name' => 'shape',
|
||||
|
||||
@@ -59,7 +59,7 @@ $viewdefs [$module_name] = array(
|
||||
1 => array(
|
||||
0 => array(
|
||||
'name' => 'category',
|
||||
'label' => 'LBL_CATEGORY',
|
||||
'label' => 'Linia',
|
||||
'tabIndex' => '101',
|
||||
),
|
||||
1 => array(
|
||||
|
||||
@@ -19,7 +19,7 @@ $listViewDefs [$module_name] = array (
|
||||
),
|
||||
'CATEGORY' => array (
|
||||
'type' => 'varchar',
|
||||
'label' => 'LBL_CATEGORY',
|
||||
'label' => 'Linia',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'align' => 'left',
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user