mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 17:38:40 +00:00
Test fixes
This commit is contained in:
parent
4db0f4d541
commit
cdd8dc3f3e
|
|
@ -1,5 +0,0 @@
|
||||||
# Structure
|
|
||||||
|
|
||||||
## ER
|
|
||||||
|
|
||||||

|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 122 KiB |
|
|
@ -15,8 +15,8 @@ declare(strict_types=1);
|
||||||
return ['Knowledgebase' => [
|
return ['Knowledgebase' => [
|
||||||
'Active' => 'Aktiv',
|
'Active' => 'Aktiv',
|
||||||
'App' => 'App',
|
'App' => 'App',
|
||||||
'Apps' => 'Apps',
|
'Apps' => 'Apps',
|
||||||
'Title' => 'Titel',
|
'Title' => 'Titel',
|
||||||
'Categories' => 'Kategorien',
|
'Categories' => 'Kategorien',
|
||||||
'Category' => 'Kategorie',
|
'Category' => 'Kategorie',
|
||||||
'Draft' => 'Entwurf',
|
'Draft' => 'Entwurf',
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@ declare(strict_types=1);
|
||||||
return ['Knowledgebase' => [
|
return ['Knowledgebase' => [
|
||||||
'Active' => 'Active',
|
'Active' => 'Active',
|
||||||
'App' => 'App',
|
'App' => 'App',
|
||||||
'Apps' => 'Apps',
|
'Apps' => 'Apps',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'Categories' => 'Categories',
|
'Categories' => 'Categories',
|
||||||
'Category' => 'Category',
|
'Category' => 'Category',
|
||||||
'Draft' => 'Draft',
|
'Draft' => 'Draft',
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
||||||
use Modules\Knowledgebase\Models\NullWikiApp;
|
use Modules\Knowledgebase\Models\NullWikiApp;
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
$app = $this->data['app'] ?? new NullWikiApp();
|
$app = $this->data['app'] ?? new NullWikiApp();
|
||||||
$isNew = $app->id === 0;
|
$isNew = $app->id === 0;
|
||||||
|
|
||||||
/** @var \phpOMS\Views\View $this */
|
/** @var \phpOMS\Views\View $this */
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"creator": {
|
"creator": {
|
||||||
"name": "Jingga",
|
"name": "Jingga",
|
||||||
"website": "jingga.app"
|
"website": "https://jingga.app"
|
||||||
},
|
},
|
||||||
"description": "Knowledgebase module.",
|
"description": "Knowledgebase module.",
|
||||||
"directory": "Knowledgebase",
|
"directory": "Knowledgebase",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user