mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-23 23:08:42 +00:00
Bug fixes from unit test
This commit is contained in:
parent
38f5468b37
commit
0201dfa698
|
|
@ -33,7 +33,7 @@ class EditorDocMapper extends DataMapperAbstract
|
|||
*/
|
||||
static protected $columns = [
|
||||
'editor_doc_id' => ['name' => 'editor_doc_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'editor_doc_created_by' => ['name' => 'editor_doc_created_by', 'type' => 'string', 'internal' => 'createdBy'],
|
||||
'editor_doc_created_by' => ['name' => 'editor_doc_created_by', 'type' => 'int', 'internal' => 'createdBy'],
|
||||
'editor_doc_title' => ['name' => 'editor_doc_title', 'type' => 'string', 'internal' => 'title'],
|
||||
'editor_doc_plain' => ['name' => 'editor_doc_plain', 'type' => 'string', 'internal' => 'plain'],
|
||||
'editor_doc_content' => ['name' => 'editor_doc_content', 'type' => 'string', 'internal' => 'content'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user