Skip to content
Snippets Groups Projects
Commit dda5806a authored by Axel Hahn's avatar Axel Hahn
Browse files

fix project link in overview

parent 2aeee114
No related branches found
No related tags found
1 merge request!62V2.0
......@@ -92,8 +92,9 @@ class projectlist extends base
$oPrj = new projectgui();
$aProjectByLabel = $oPrj->getProjects("label");
foreach ($aProjectByLabel as $aProject) {
$oPrj = new projectgui($aProject['id']);
$sPrjFilter .= '<option value="' . $aProject['id'] . '">' . $aProject['label'] . '</option>';
$sPrj=$aProject['id'];
$oPrj = new projectgui($sPrj);
$sPrjFilter .= '<option value="' . $sPrj . '">' . $aProject['label'] . '</option>';
$sOutPhases = '';
$sOutPhases2 = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment