Hi Adam
Notes module does not contain the field assigned_user, but this field is displayed into all History modules.
So if you take a look at the file modules/Notes/metadata/subpanels/ForHistory.php will will see the 'force_exists' attribute for the fields assigned_user_name, assigned_user_owner and assigned_user_mod.
You need to modify the field assigned_use_name into ForHistory.php.
Replace it by
PHP Code:
'created_by_name' => array(
'alias' => 'assigned_user_name',
),
Perhaps there are something else you need to do to accomplish that, but this is a good kick off.
Cheers
Bookmarks