From f65d0d84f2a7895ed2b185cb7f10713e459f4d68 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Mar 2023 23:38:18 +0100 Subject: [PATCH] too many changes --- Application/Timerecording/manifest.json | 2 +- Models/SessionElementMapper.php | 2 +- Models/SessionMapper.php | 2 +- composer.json | 2 +- info.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Application/Timerecording/manifest.json b/Application/Timerecording/manifest.json index 2b5e2d4..47d2e25 100755 --- a/Application/Timerecording/manifest.json +++ b/Application/Timerecording/manifest.json @@ -3,7 +3,7 @@ "dir": "ltr", "start_url": "../../en/timerecording", "type": "privileged", - "name": "Karaka Time Recording", + "name": "Jingga Time Recording", "description": "OMS timerecording application.", "short_name": "OMS Backend", "icons": [ diff --git a/Models/SessionElementMapper.php b/Models/SessionElementMapper.php index d498d87..fd52881 100755 --- a/Models/SessionElementMapper.php +++ b/Models/SessionElementMapper.php @@ -66,5 +66,5 @@ final class SessionElementMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='hr_timerecording_session_element_id'; + public const PRIMARYFIELD = 'hr_timerecording_session_element_id'; } diff --git a/Models/SessionMapper.php b/Models/SessionMapper.php index 25a5878..b440d73 100755 --- a/Models/SessionMapper.php +++ b/Models/SessionMapper.php @@ -86,7 +86,7 @@ final class SessionMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='hr_timerecording_session_id'; + public const PRIMARYFIELD = 'hr_timerecording_session_id'; /** * Created at column diff --git a/composer.json b/composer.json index 15e8d01..6fc1e5d 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "karaka/module", - "description": "Module for Karaka.", + "description": "Module for Jingga.", "authors": [ { "name": "Dennis Eichhorn", diff --git a/info.json b/info.json index f6a051e..ae1bf73 100755 --- a/info.json +++ b/info.json @@ -11,7 +11,7 @@ "phpOMS-db": "1.0.0" }, "creator": { - "name": "Karaka", + "name": "Jingga", "website": "jingga.app" }, "description": "The administration module.",