mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-05 14:58:40 +00:00
Fixes belongs to bugs
This commit is contained in:
parent
7e8b17edce
commit
d41dd11069
|
|
@ -165,7 +165,7 @@ class Risk
|
||||||
$this->department = $department;
|
$this->department = $department;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getcategory()
|
public function getCategory()
|
||||||
{
|
{
|
||||||
return $this->category;
|
return $this->category;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,8 +57,8 @@ class RiskMapper extends DataMapperAbstract
|
||||||
'media' => [
|
'media' => [
|
||||||
'mapper' => MediaMapper::class,
|
'mapper' => MediaMapper::class,
|
||||||
'table' => 'riskmngmt_risk_media',
|
'table' => 'riskmngmt_risk_media',
|
||||||
'dst' => 'riskmngmt_risk_media_media',
|
'dst' => 'riskmngmt_risk_media_risk',
|
||||||
'src' => 'riskmngmt_risk_media_risk',
|
'src' => 'riskmngmt_risk_media_media',
|
||||||
],
|
],
|
||||||
'riskObjects' => [
|
'riskObjects' => [
|
||||||
'mapper' => RiskObjectMapper::class,
|
'mapper' => RiskObjectMapper::class,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user