diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index adb8716..75cb759 100755 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Thank you for createing this issue. We will check it as soon as possible.' + issue-message: 'Thank you for creating this issue. We will check it as soon as possible.' pr-message: 'Thank you for your pull request. We will check it as soon as possible.' diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 30f3910..e5114ef 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -41,6 +41,7 @@ use phpOMS\Views\View; * https://github.com/Karaka-Management/oms-HumanResourceTimeRecording/issues/8 (Vacation) * https://github.com/Karaka-Management/oms-HumanResourceTimeRecording/issues/7 (Clocking change) * https://github.com/Karaka-Management/oms-QualityManagement/issues/2 (Quality report) + * https://github.com/Karaka-Management/Karaka/issues/265 (Sanction checks for all accounts) * * @todo Implement Exchange runner * https://github.com/Karaka-Management/oms-Exchange/issues/1 diff --git a/Theme/Backend/workflow-instance.tpl.php b/Theme/Backend/workflow-instance.tpl.php index a3bdc05..9954312 100755 --- a/Theme/Backend/workflow-instance.tpl.php +++ b/Theme/Backend/workflow-instance.tpl.php @@ -17,7 +17,7 @@ echo $this->data['nav']->render(); ?>
= $this->printHtml($this->data['instance']->data); ?> |