swapped old total fee field on project view for new one
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
uuid: d6279582-2817-4fc5-8da1-7aef408ac19f
|
||||
langcode: en
|
||||
status: true
|
||||
status: false
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_case.field_contract_signed_date
|
||||
- field.storage.oc_case.field_total_fee
|
||||
- opencase_cases.oc_case_type.project
|
||||
- system.menu.opencase
|
||||
- user.role.administrator
|
||||
@ -223,15 +222,17 @@ display:
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
field_total_fee:
|
||||
id: field_total_fee
|
||||
table: oc_case__field_total_fee
|
||||
field: field_total_fee
|
||||
total_fee:
|
||||
id: total_fee
|
||||
table: oc_case_field_data
|
||||
field: total_fee
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: oc_case
|
||||
entity_field: total_fee
|
||||
plugin_id: field
|
||||
label: 'Total fee'
|
||||
label: 'Total Fee'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@ -367,7 +368,6 @@ display:
|
||||
- user.roles
|
||||
tags:
|
||||
- 'config:field.storage.oc_case.field_contract_signed_date'
|
||||
- 'config:field.storage.oc_case.field_total_fee'
|
||||
block_1:
|
||||
id: block_1
|
||||
display_title: Block
|
||||
@ -636,7 +636,6 @@ display:
|
||||
- user.roles
|
||||
tags:
|
||||
- 'config:field.storage.oc_case.field_contract_signed_date'
|
||||
- 'config:field.storage.oc_case.field_total_fee'
|
||||
entity_reference_1:
|
||||
id: entity_reference_1
|
||||
display_title: 'Entity Reference'
|
||||
@ -812,4 +811,3 @@ display:
|
||||
- user.roles
|
||||
tags:
|
||||
- 'config:field.storage.oc_case.field_contract_signed_date'
|
||||
- 'config:field.storage.oc_case.field_total_fee'
|
||||
|
||||
Reference in New Issue
Block a user