From afa82c095952923d8b0f0d07582345b3af585d27 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 12 May 2024 00:06:29 +0000 Subject: [PATCH] bug fixes --- .github/workflows/greetings.yml | 2 +- Controller/BackendController.php | 1 + Theme/Backend/workflow-instance.tpl.php | 4 ++-- Theme/Backend/workflow-template-list.tpl.php | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) 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(); ?>
-
+
getHtml('Instance'); ?>
@@ -40,6 +40,6 @@ echo $this->data['nav']->render();
printHtml($this->data['instance']->data); ?>
-
+
diff --git a/Theme/Backend/workflow-template-list.tpl.php b/Theme/Backend/workflow-template-list.tpl.php index 4af6e3c..5dcf75a 100755 --- a/Theme/Backend/workflow-template-list.tpl.php +++ b/Theme/Backend/workflow-template-list.tpl.php @@ -35,7 +35,7 @@ $next = empty($templates) ? 'workflow/template/list' : '{/base}/workflow/tem echo $this->data['nav']->render(); ?>
-
+
getHtml('Workflows'); ?>download
@@ -109,6 +109,6 @@ echo $this->data['nav']->render(); ?> getHtml('Next', '0', '0'); ?> --> - +