[dev] Whups Links (Patch)

j.huinink at wanadoo.nl j.huinink at wanadoo.nl
Tue Mar 4 21:30:50 PST 2003


Hello,

The following patch implements linking from whups (into Turba!). There is no 
linking into whups yet.

I have the following in my registry.php:
    'provides' => 'projects',
    'links' => array(
        'client' => array(
            'provider' => 'contacts',
            'description' => _("Client"),
            'reverse' => array(
                'description' => _("Client Ticket"),
                'type' => 'task',
                'readonly' => true,
                ),
            ),
        'reseller' => array(
            'provider' => 'contacts',
            'description' => _("Reseller"),
            'reverse' => array(
                'description' => _("Reseller Ticket"),
                'type' => 'task',
                'readonly' => true,
                ),
            ),
        ),
    'menu_parent' => 'devel'
);

Regards,
Jeroen


__________________________________________________________


http://www.wanadoo.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: whups.links.diff
Type: application/octet-stream
Size: 3187 bytes
Desc: not available
Url : http://lists.horde.org/archives/dev/attachments/20030304/9668d3dd/whups.links.obj


More information about the dev mailing list