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' => [
|
||||
'Active' => 'Aktiv',
|
||||
'App' => 'App',
|
||||
'Apps' => 'Apps',
|
||||
'Title' => 'Titel',
|
||||
'Apps' => 'Apps',
|
||||
'Title' => 'Titel',
|
||||
'Categories' => 'Kategorien',
|
||||
'Category' => 'Kategorie',
|
||||
'Draft' => 'Entwurf',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user