mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-08 04:18:39 +00:00
Test fixes
This commit is contained in:
parent
642b819464
commit
197606fda6
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"creator": {
|
||||
"name": "Jingga",
|
||||
"website": "jingga.app"
|
||||
"website": "https://jingga.app"
|
||||
},
|
||||
"description": "The shop application.",
|
||||
"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',
|
||||
'Title' => 'Titel',
|
||||
'Name' => 'Name',
|
||||
'App' => 'App',
|
||||
'App' => 'App',
|
||||
'Apps' => 'Apps',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ return ['QA' => [
|
|||
'Badges' => 'Badges',
|
||||
'Title' => 'Title',
|
||||
'Name' => 'Name',
|
||||
'App' => 'App',
|
||||
'App' => 'App',
|
||||
'Apps' => 'Apps',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
|||
use Modules\QA\Models\NullQAApp;
|
||||
use phpOMS\Uri\UriFactory;
|
||||
|
||||
$app = $this->data['app'] ?? new NullQAApp();
|
||||
$app = $this->data['app'] ?? new NullQAApp();
|
||||
$isNew = $app->id === 0;
|
||||
|
||||
/** @var \phpOMS\Views\View $this */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user