Hi,We are having issues with the screen customization module we have.
"Activity" module, "Linked Elements" are empty PJ1
It is also no longer possible on the "Activity" to make an assignment PJ2
"Ticket" module: There is no longer a linked element PJ3
Attached, the customs files visible in Modelcustom (Proj.zip)
Proj Version : 10.3.4
Custimization of screens : 6.6
Thanks
hello
I do not reproduce for the assignments on activities, but the closed elements can no longer be hidden, except on your file we can see that they have been hidden. Probably via a previous version of the customization screen. it might cause conflict. No errors in the logs?
Try deleting the customization on the activity with the dedicated button so that the assignments are displayed correctly again. And check your acces rights.
For linked elements, add the line
public $_Link=array();
in the file wwwprojeqtorV10.XmodelcustomTicket.php and activity.php after the line
public $_sec_Link;
this should fix the display of linked elements



