Removed business rules module and updated config.
This commit is contained in:
@ -5,23 +5,29 @@ dependencies:
|
||||
config:
|
||||
- field.storage.oc_organisation.field_client_status
|
||||
- opencase_entities.oc_organisation_type.client
|
||||
- taxonomy.vocabulary.client_status
|
||||
content:
|
||||
- 'taxonomy_term:client_status:10f0b83c-158e-4d99-9937-8fe3760fd7c9'
|
||||
id: oc_organisation.client.field_client_status
|
||||
field_name: field_client_status
|
||||
entity_type: oc_organisation
|
||||
bundle: client
|
||||
label: 'Client Status'
|
||||
description: ''
|
||||
required: false
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value:
|
||||
-
|
||||
target_uuid: 10f0b83c-158e-4d99-9937-8fe3760fd7c9
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: business_rules_views
|
||||
handler: 'default:taxonomy_term'
|
||||
handler_settings:
|
||||
business_rules_view:
|
||||
view_name: client_subtypes
|
||||
display_name: entity_reference_2
|
||||
arguments: { }
|
||||
parent_field: field_client_substatus
|
||||
reference_parent_by_uuid: false
|
||||
target_bundles:
|
||||
client_status: client_status
|
||||
sort:
|
||||
field: name
|
||||
direction: asc
|
||||
auto_create: false
|
||||
auto_create_bundle: client_status
|
||||
field_type: entity_reference
|
||||
|
||||
Reference in New Issue
Block a user