|
@@ -27,7 +27,7 @@ |
|
|
block discarded – undo |
|
27
|
27
|
$prefix = $nap->get_node($this->_topic->id)[MIDCOM_NAV_ABSOLUTEURL]; |
|
28
|
28
|
|
|
29
|
29
|
$tree = new org_openpsa_widgets_tree(org_openpsa_contacts_group_dba::class, 'owner'); |
|
30
|
|
- $tree->link_callback = function ($guid) use ($prefix) { |
|
|
30
|
+ $tree->link_callback = function($guid) use ($prefix) { |
|
31
|
31
|
return $prefix . 'group/' . $guid . '/'; |
|
32
|
32
|
}; |
|
33
|
33
|
$tree->constraints[] = ['orgOpenpsaObtype', '<', org_openpsa_contacts_group_dba::ORGANIZATION]; |
Please login to merge, or discard this patch.