mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 08:18:41 +00:00
fix tests
This commit is contained in:
parent
9c7c3f6cf4
commit
b025126d18
|
|
@ -43,7 +43,7 @@ class MediaMapper extends DataMapperFactory
|
|||
'media_description_raw' => ['name' => 'media_description_raw', 'type' => 'string', 'internal' => 'descriptionRaw'],
|
||||
'media_content' => ['name' => 'media_content', 'type' => 'int', 'internal' => 'content'],
|
||||
'media_versioned' => ['name' => 'media_versioned', 'type' => 'bool', 'internal' => 'isVersioned'],
|
||||
'media_status' => ['name' => 'media_status', 'type' => 'bool', 'internal' => 'status'],
|
||||
'media_status' => ['name' => 'media_status', 'type' => 'int', 'internal' => 'status'],
|
||||
'media_file' => ['name' => 'media_file', 'type' => 'string', 'internal' => 'path', 'autocomplete' => true],
|
||||
'media_virtual' => ['name' => 'media_virtual', 'type' => 'string', 'internal' => 'virtualPath', 'autocomplete' => true],
|
||||
'media_absolute' => ['name' => 'media_absolute', 'type' => 'bool', 'internal' => 'isAbsolute'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user