mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 07:38:05 +02:00
Fixes and tidies
This commit is contained in:
parent
e56be4ce31
commit
69d4c6b2e8
11 changed files with 191 additions and 40 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue