Hi, I have the following issue of which i hope can help me with;
When i create a new Project and I assign an user to it, i want to search on 'Assigned to' field into ProjectList.
But when I give in the assigned user it seems to find none related project because it gives me a blank List.
See screenshot.
Here are my custom files related to this issue; They are stored in custom\modules\Project\metadata
editviewdefs
0 =>
array (
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_USER_NAME',
),
listviewdefs
'ASSIGNED_USER_NAME' =>
array (
'width' => '10%',
'label' => 'LBL_LIST_ASSIGNED_USER_ID',
'default' => true,
),
Searchdefs
'assigned_user_name' =>
array (
'width' => '10%',
'label' => 'LBL_ASSIGNED_USER_NAME',
'default' => true,
'name' => 'assigned_user_name',
),
Someone knows what is wrong? Please help. Thanks in advance!


LinkBack URL
About LinkBacks



Reply With Quote



Bookmarks