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 5820567c61
commit 99b0ccc9a1
7 changed files with 858 additions and 863 deletions

View File

@ -198,7 +198,7 @@ final class ApiController extends Controller
$doc->version = $request->getDataString('version') ?? '';
$doc->setVirtualPath($request->getDataString('virtualpath') ?? '/');
$doc->isEncrypted = $request->getDataBool('isencrypted') ?? false;
$doc->isVisible = $request->getDataBool('isvisible') ?? true;
$doc->isVisible = $request->getDataBool('isvisible') ?? true;
if ($request->getDataBool('isencrypted')
&& !empty($_SERVER['OMS_PRIVATE_KEY_I'] ?? '')

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ The target group for this module is everyone, since every application must have
# Setup
This module doesn't have any additional setup requirements since it is installed during the application install process. This module cannot be uninstalled if it is manually deleted from the hard drive please manually download the module from the page and put it into the `Modules/` directory.
This module doesn't have any additional setup requirements. This module cannot be uninstalled if it is manually deleted from the hard drive please manually download the module from the page and put it into the `Modules/` directory.
# Features

View File

@ -51,7 +51,7 @@ final class EditorDocMapper extends DataMapperFactory
'editor_doc_created_at' => ['name' => 'editor_doc_created_at', 'type' => 'DateTimeImmutable', 'internal' => 'createdAt'],
'editor_doc_created_by' => ['name' => 'editor_doc_created_by', 'type' => 'int', 'internal' => 'createdBy'],
'editor_doc_visible' => ['name' => 'editor_doc_visible', 'type' => 'bool', 'internal' => 'isVisible'],
'editor_doc_encrypted' => ['name' => 'editor_doc_encrypted', 'type' => 'bool', 'internal' => 'isEncrypted'],
'editor_doc_encrypted' => ['name' => 'editor_doc_encrypted', 'type' => 'bool', 'internal' => 'isEncrypted'],
];
/**

View File

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