* Code for finish task #83728.

This commit is contained in:
tianshujie
2023-02-08 17:20:39 +08:00
parent 759b734665
commit a7837f6ea2
+7
View File
@@ -14,6 +14,13 @@
$active = (isset($field) and $field == $key) ? 'active' : $active;
}
if($module == 'approvalflow' and in_array($key, array('project', 'workflow')))
{
$method = 'browse';
$params = "type=$key";
$active = (isset($type) and $type == $key) ? 'active' : $active;
}
if(common::hasPriv('custom', $method)) echo html::a(inlink($method, $params), $value, '', "class='$active'");
}
?>