CoreBOSBB

Full Version: Dupplicate Related Records in Mail Manager and Last Viewed not show
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Related records in the mail manager module are duplicated, and when clicking the Last View icon does not show the list.
Please guide me how to fix the problem, thank you.
the related search happens here: https://github.com/tsolucio/corebos/blob/master/modules/MailManager/src/controllers/RelationController.php#L388
from what I understand it searches for the email wherever it can find it and returns all the records. then the part that shows them isn't doing it right. I mean they are probably different records.

We are looking into the last viewed issue, we will fix that.
I was trying to reproduce and I see that it doesn't happen in my install

[attachment=1031]

it is like you have hidden the entity name field of the module, the main link field that is set by default, or you changed it for another field and the code is only showing you the module, not the entity field value

have you changed anything like that?
I was trying to reproduce and I see that it doesn't happen in my install

[attachment=1032]

it is like you have hidden the entity name field of the module, the main link field that is set by default, or you changed it for another field and the code is only showing you the module, not the entity field value

have you changed anything like that?
(05-12-2020, 10:20 PM)joebordes Wrote: [ -> ]I was trying to reproduce and I see that it doesn't happen in my install



it is like you have hidden the entity name field of the module, the main link field that is set by default, or you changed it for another field and the code is only showing you the module, not the entity field value

have you changed anything like that?

Hi, after I updated the fixes today, it worked fine, no longer duplicates.
when clicking the Last View icon does not show the list, how to fix this problem.
(05-13-2020, 01:24 AM)phongkni Wrote: [ -> ]after I updated the fixes today, it worked fine, no longer duplicates.

Great!!


(05-13-2020, 01:24 AM)phongkni Wrote: [ -> ]when clicking the Last View icon does not show the list, how to fix this problem.


we are working on it, get back to you soon