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

fixes #19

parent f60319f8
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ final class IssuesController extends \TracToGitlab\Controller ...@@ -7,8 +7,8 @@ final class IssuesController extends \TracToGitlab\Controller
const SECRET_ISSUE_OPEN = 'N]<d5V/6tn/sYNMy'; const SECRET_ISSUE_OPEN = 'N]<d5V/6tn/sYNMy';
const LABEL_MAPPING = [ const LABEL_MAPPING = [
'TIC' => ['1927f2b86d6b185aa6c6697810ad42f1', 'a65dd807699b7b3b3d182b674042b70e', 'TIC #%u: %s'], 'TIC' => ['1927f2b86d6b185aa6c6697810ad42f1', 'a65dd807699b7b3b3d182b674042b70e', 'TIC #%1$u: %1$s'],
'StEP' => ['1927f2b86d6b185aa6c6697810ad42f1', '93c84607e687030b249a69cd30ca7bd9', 'StEP%05u: %s'], 'StEP' => ['1927f2b86d6b185aa6c6697810ad42f1', '93c84607e687030b249a69cd30ca7bd9', 'StEP00???: %2$s'],
]; ];
public function create_action() public function create_action()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment