Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:54 +00:00
parent 4db0f4d541
commit cdd8dc3f3e
6 changed files with 6 additions and 11 deletions

View File

@ -1,5 +0,0 @@
# Structure
## ER
![ER](Modules/Knowledgebase/Docs/Dev/img/er.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

View File

@ -15,8 +15,8 @@ declare(strict_types=1);
return ['Knowledgebase' => [
'Active' => 'Aktiv',
'App' => 'App',
'Apps' => 'Apps',
'Title' => 'Titel',
'Apps' => 'Apps',
'Title' => 'Titel',
'Categories' => 'Kategorien',
'Category' => 'Kategorie',
'Draft' => 'Entwurf',

View File

@ -15,8 +15,8 @@ declare(strict_types=1);
return ['Knowledgebase' => [
'Active' => 'Active',
'App' => 'App',
'Apps' => 'Apps',
'Title' => 'Title',
'Apps' => 'Apps',
'Title' => 'Title',
'Categories' => 'Categories',
'Category' => 'Category',
'Draft' => 'Draft',

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
use Modules\Knowledgebase\Models\NullWikiApp;
use phpOMS\Uri\UriFactory;
$app = $this->data['app'] ?? new NullWikiApp();
$app = $this->data['app'] ?? new NullWikiApp();
$isNew = $app->id === 0;
/** @var \phpOMS\Views\View $this */

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "Knowledgebase module.",
"directory": "Knowledgebase",