mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Fix #269 - Update cases detailviewdefs
This commit is contained in:
parent
6422f48a33
commit
daaf632374
1 changed files with 36 additions and 0 deletions
|
@ -148,6 +148,42 @@ array(
|
|||
]
|
||||
]
|
||||
],
|
||||
[
|
||||
'justify' => 'left',
|
||||
'class' => 'flex-grow-1 item-content-extra',
|
||||
'cols' => [
|
||||
[
|
||||
'field' => [
|
||||
'name' => 'notes',
|
||||
'type' => 'line-items',
|
||||
'lineItems' => [
|
||||
'labelOnFirstLine' => true,
|
||||
'definition' => [
|
||||
'name' => 'notes_fields',
|
||||
'vname' => 'LBL_FILENAME',
|
||||
'type' => 'composite',
|
||||
'layout' => ['filename'],
|
||||
'display' => 'inline',
|
||||
'attributeFields' => [
|
||||
'filename' => [
|
||||
'name' => 'filename',
|
||||
'type' => 'file',
|
||||
'vname' => 'LBL_FILENAME',
|
||||
'labelKey' => 'LBL_FILENAME',
|
||||
'required' => true,
|
||||
'valueParent' => 'record',
|
||||
'showLabel' => ['*'],
|
||||
],
|
||||
],
|
||||
]
|
||||
],
|
||||
],
|
||||
'labelDisplay' => 'none',
|
||||
'hideIfEmpty' => false,
|
||||
'class' => 'small ml-auto font-weight-light',
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'justify' => 'end',
|
||||
'class' => 'flex-grow-1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue