mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-14 10:58:39 +00:00
bug fixes
This commit is contained in:
parent
5ad9272598
commit
b369421490
|
|
@ -33,13 +33,13 @@ final class CategoryMapper extends DataMapperAbstract
|
|||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $columns = [
|
||||
'riskmngmt_category_id' => ['name' => 'riskmngmt_category_id', ' type' => 'int', 'internal' => 'id'],
|
||||
'riskmngmt_category_name' => ['name' => 'riskmngmt_category_name', ' type' => 'string', 'internal' => 'title'],
|
||||
'riskmngmt_category_description' => ['name' => 'riskmngmt_category_description', ' type' => 'string', 'internal' => 'description'],
|
||||
'riskmngmt_category_id' => ['name' => 'riskmngmt_category_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'riskmngmt_category_name' => ['name' => 'riskmngmt_category_name', 'type' => 'string', 'internal' => 'title'],
|
||||
'riskmngmt_category_description' => ['name' => 'riskmngmt_category_description', 'type' => 'string', 'internal' => 'description'],
|
||||
'riskmngmt_category_descriptionraw' => ['name' => 'riskmngmt_category_descriptionraw', 'type' => 'string', 'internal' => 'descriptionRaw'],
|
||||
'riskmngmt_category_parent' => ['name' => 'riskmngmt_category_parent', ' type' => 'int', 'internal' => 'parent'],
|
||||
'riskmngmt_category_responsible' => ['name' => 'riskmngmt_category_responsible', ' type' => 'int', 'internal' => 'responsible'],
|
||||
'riskmngmt_category_deputy' => ['name' => 'riskmngmt_category_deputy', ' type' => 'int', 'internal' => 'deputy'],
|
||||
'riskmngmt_category_parent' => ['name' => 'riskmngmt_category_parent', 'type' => 'int', 'internal' => 'parent'],
|
||||
'riskmngmt_category_responsible' => ['name' => 'riskmngmt_category_responsible', 'type' => 'int', 'internal' => 'responsible'],
|
||||
'riskmngmt_category_deputy' => ['name' => 'riskmngmt_category_deputy', 'type' => 'int', 'internal' => 'deputy'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ class Risk
|
|||
* @since 1.0.0
|
||||
*/
|
||||
protected int $id = 0;
|
||||
|
||||
/**
|
||||
* Name.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user