mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-17 08:18:40 +00:00
Test fixes
This commit is contained in:
parent
642b819464
commit
197606fda6
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"creator": {
|
"creator": {
|
||||||
"name": "Jingga",
|
"name": "Jingga",
|
||||||
"website": "jingga.app"
|
"website": "https://jingga.app"
|
||||||
},
|
},
|
||||||
"description": "The shop application.",
|
"description": "The shop application.",
|
||||||
"directory": "Shop",
|
"directory": "Shop",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# Structure
|
|
||||||
|
|
||||||
## ER
|
|
||||||
|
|
||||||

|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 163 KiB |
|
|
@ -21,6 +21,6 @@ return ['QA' => [
|
||||||
'Badges' => 'Abzeichen',
|
'Badges' => 'Abzeichen',
|
||||||
'Title' => 'Titel',
|
'Title' => 'Titel',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'App' => 'App',
|
'App' => 'App',
|
||||||
'Apps' => 'Apps',
|
'Apps' => 'Apps',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,6 @@ return ['QA' => [
|
||||||
'Badges' => 'Badges',
|
'Badges' => 'Badges',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'App' => 'App',
|
'App' => 'App',
|
||||||
'Apps' => 'Apps',
|
'Apps' => 'Apps',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
||||||
use Modules\QA\Models\NullQAApp;
|
use Modules\QA\Models\NullQAApp;
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
$app = $this->data['app'] ?? new NullQAApp();
|
$app = $this->data['app'] ?? new NullQAApp();
|
||||||
$isNew = $app->id === 0;
|
$isNew = $app->id === 0;
|
||||||
|
|
||||||
/** @var \phpOMS\Views\View $this */
|
/** @var \phpOMS\Views\View $this */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user