Fixes and tidies

This commit is contained in:
Rich Lott / Artful Robot 2025-02-27 18:10:48 +00:00
parent e56be4ce31
commit 69d4c6b2e8
11 changed files with 191 additions and 40 deletions

View file

@ -17,9 +17,7 @@ return [
'style' => 'Inline',
'help_pre' => E::ts(''),
'help_post' => E::ts(''),
'weight' => 18,
'collapse_adv_display' => TRUE,
'created_date' => '2025-02-20 13:59:06',
'is_public' => FALSE,
'icon' => '',
],
@ -35,7 +33,7 @@ return [
'version' => 4,
'values' => [
'custom_group_id.name' => 'Category_changes',
'name' => 'Previous_Category',
'name' => 'previous_category_id',
'label' => E::ts('Previous Category'),
'data_type' => 'EntityReference',
'html_type' => 'Autocomplete-Select',
@ -44,7 +42,7 @@ return [
'text_length' => 255,
'note_columns' => 60,
'note_rows' => 4,
'column_name' => 'previous_category_117',
'column_name' => 'previous_category_id',
'fk_entity' => 'ContactCategoryDefinition',
],
'match' => [
@ -62,7 +60,7 @@ return [
'version' => 4,
'values' => [
'custom_group_id.name' => 'Category_changes',
'name' => 'New_Category',
'name' => 'new_category_id',
'label' => E::ts('New Category'),
'data_type' => 'EntityReference',
'html_type' => 'Autocomplete-Select',
@ -71,7 +69,7 @@ return [
'text_length' => 255,
'note_columns' => 60,
'note_rows' => 4,
'column_name' => 'new_category_118',
'column_name' => 'new_category_id',
'fk_entity' => 'ContactCategoryDefinition',
],
'match' => [