Hi,
I am trying to disable the action invoked by double clicking or openning an enterprise connect item.
My system is cs10.5.
In order to do so, I managed to put a breakpoint in this method:
WebEdir::FastEditRequestHandler::Downlod.Execute
But I cannot override this method in my custom module.
I get an error: "download inherrits for non existing object"
This object is unreachable in my custom module.
Is there any way to override this object, or to disable double click on item in enterprise connect?
By the way, I can ovveride this method in a cs16 env.
Attached screenshots of the error and my system info
Thanks.