Hi all,
Im developing a new module for online courses management in egroupware, Im trying to link my app with the rest of egw apps. My steps were:
- Create the link funcions in the bussines object class:
-link_title
-link_query
-search_link function.
- Create the $setup_info[‘myapp’][‘hooks’][‘search_link’] hook in the setup file.
- Register the hooks in the admin menu.
After some hours of coding, I have manage to link my app to the rest. In example I can add a widget to my app, and link a course to a calendar event, but not in the reverse way.
In the Create new link Widget of the calendar event, I can see my app in the list, but when i try to search its elements (courses) I receive no messages, nor courses list , nor “Not found links” popup, nothing happens.
After some debug I have check my link_query function is returning correctly the list of courses, but I dont get any result in the screen.
Anybody had a similar problem?
Regards!