[Legacy] Add non-db source field to cases

This commit is contained in:
Clemente Raposo 2021-05-18 18:27:56 +01:00
parent af756aaa12
commit 1cbc6cced1
2 changed files with 8 additions and 1 deletions

View file

@ -73,5 +73,6 @@ $mod_strings = array(
'LBL_CONTACT_NAME' => 'Contact',
'LBL_INTERNAL' => 'Internal Update',
'LBL_AOP_CASE_ATTACHMENTS' => 'Attachments: ',
'LBL_AUTHOR' => 'Author'
'LBL_AUTHOR' => 'Author',
'LBL_SOURCE' => 'Source'
);

View file

@ -111,6 +111,12 @@ $dictionary['AOP_Case_Updates'] = array(
'vname' => 'LBL_AUTHOR',
'source' => 'non-db'
),
'source' => array(
'name' => 'source',
'type' => 'varchar',
'vname' => 'LBL_SOURCE',
'source' => 'non-db'
),
'notes' => array(
'name' => 'notes',
'type' => 'link',