Feature #4273
Can use other plugin for change url & pic of objects
Status: | Closed | Start date: | 03/08/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | tsmr | % Done: | 100% | |
Category: | Integration | |||
Target version: | 1.6.2 |
Description
Add two hooks into config.class.php :
$params = array('itemtype' => $type,
'id' => $r_1['id']);
$url = Plugin::doHookFunction('treeview_url', $params);
$pic = Plugin::doHookFunction('treeview_pic', $params);
Associated revisions
Can use other plugin for change url & pic of objects. see #4273
Can use other plugin for change url & pic of objects. see #4273
History
#1 Updated by tsmr almost 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r195.
#2 Updated by yllen over 7 years ago
- Status changed from Resolved to Closed
- Target version changed from 909 to 1.6.2