From ddb24b511145f3bdc689952b5c7a3380466d9ee9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 8 Dec 2023 21:52:34 +0000 Subject: [PATCH] bug fixes --- Controller/ApiController.php | 4 ++-- Controller/BackendController.php | 2 +- Controller/CliController.php | 6 +++--- ICAL.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index f3f9eb6..2d027f8 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -469,7 +469,7 @@ final class ApiController extends Controller * @return void * * @since 1.0.0 - * @todo: also implement the delete and update functions + * @todo also implement the delete and update functions */ private function installWorkflowModel(WorkflowTemplate $template, array $actions) : void { @@ -693,7 +693,7 @@ final class ApiController extends Controller { $controller = null; - // @todo: implement default workflow instance; + // @todo implement default workflow instance; $file = $template->source->findFile('WorkflowController.php'); require_once $file->getAbsolutePath(); diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 9d77f25..9b903d0 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -148,7 +148,7 @@ final class BackendController extends Controller * * @return RenderableInterface * - * @todo: remove, the router is already adjusted. + * @todo remove, the router is already adjusted. * * @since 1.0.0 * @codeCoverageIgnore diff --git a/Controller/CliController.php b/Controller/CliController.php index c61a621..570bd77 100755 --- a/Controller/CliController.php +++ b/Controller/CliController.php @@ -150,7 +150,7 @@ final class CliController extends Controller * * @return WorkflowInstanceAbstract * - * @todo: How to handle workflow instances which are not saved in the database and are continued? + * @todo How to handle workflow instances which are not saved in the database and are continued? * * @since 1.0.0 */ @@ -225,9 +225,9 @@ final class CliController extends Controller ->{$actions[(int) $element['id']]['function']}($request, $response, [$element]); } - // @todo: currently all children are executed one after another, maybe consider parallel execution + // @todo currently all children are executed one after another, maybe consider parallel execution foreach ($element['children'] as $child) { - // @todo: pass previous results (probably needs a populator for input variables based on previous output variables) + // @todo pass previous results (probably needs a populator for input variables based on previous output variables) $this->runWorkflowElement($request, $response, $actions, $instance, $child); } } diff --git a/ICAL.txt b/ICAL.txt index 019045f..f1b55ed 100755 --- a/ICAL.txt +++ b/ICAL.txt @@ -1,6 +1,6 @@ # Individual Contributor License Agreement ("CLA") 1.0 -Thank you for your interest in Karaka-Management (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose. +Thank you for your interest in Jingga e. K. (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose. By contributing to the Company You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Company. In return, the Company shall not use Your Contributions in a way that is contrary to the public benefit or inconsistent with its bylaws in effect at the time of the Contribution. Except for the license granted herein to the Company and recipients of software distributed by the Company, You reserve all right, title, and interest in and to Your Contributions.