Преглед на файлове

Minor - Ignore references to 7683 task @BeezNest

Yannick Warnier преди 8 години
родител
ревизия
4bc92e7316
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      tests/scripts/packaging/gitlog.php

+ 2 - 1
tests/scripts/packaging/gitlog.php

@@ -59,7 +59,8 @@ foreach ($logs as $log) {
             }
         } else {
             $num = substr($issue, 3);
-            if ($formatHTML) {
+            if ($formatHTML && $num != '7683') {
+                //7683 is an internal task at BeezNest for all general contributions to Chamilo - no use in adding this reference
                 $issueLink = ' - <a href="https://task.beeznest.com/issues/' . $num . '">BT#' . $num . '</a>';
             } else {
                 $issueLink = ' - ' . $num;