mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-11 00:58:43 +00:00
Test fixes
This commit is contained in:
parent
5820567c61
commit
99b0ccc9a1
|
|
@ -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'] ?? '')
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# Structure
|
||||
|
||||
## ER
|
||||
|
||||

|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 98 KiB |
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user