Skip to content
Snippets Groups Projects
Commit e9433436 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #11

parent 3922cc4c
No related branches found
No related tags found
No related merge requests found
...@@ -331,6 +331,11 @@ final class ConvertController extends TracToGitlab\Controller ...@@ -331,6 +331,11 @@ final class ConvertController extends TracToGitlab\Controller
$labels[] = "Browser: {$browser}"; $labels[] = "Browser: {$browser}";
} }
// Version
if (!empty($ticket[3]['studipversion'])) {
$labels[] = "Version::{$ticket[3]['studipversion']}";
}
return $labels; return $labels;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment