Description
When developping a new Engine Service, it is very hard to allow the Form component to use it. The method Form.getLink is private and bound to use the DirectService or ActionService. A workaround is to override the DirectService injection, but it is a bit dirty.