mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-13 11:08:42 +00:00
add conditional marker
This commit is contained in:
parent
05c62bc35f
commit
5ba6f9121e
|
|
@ -103,18 +103,21 @@ final class LocalizationMapper extends DataMapperAbstract
|
||||||
'self' => 'l11n_country',
|
'self' => 'l11n_country',
|
||||||
'by' => 'code2',
|
'by' => 'code2',
|
||||||
'column' => 'code2',
|
'column' => 'code2',
|
||||||
|
'conditional' => true,
|
||||||
],
|
],
|
||||||
'lang' => [
|
'lang' => [
|
||||||
'mapper' => LanguageMapper::class,
|
'mapper' => LanguageMapper::class,
|
||||||
'self' => 'l11n_language',
|
'self' => 'l11n_language',
|
||||||
'by' => 'code2',
|
'by' => 'code2',
|
||||||
'column' => 'code2',
|
'column' => 'code2',
|
||||||
|
'conditional' => true,
|
||||||
],
|
],
|
||||||
'currency' => [
|
'currency' => [
|
||||||
'mapper' => CurrencyMapper::class,
|
'mapper' => CurrencyMapper::class,
|
||||||
'self' => 'l11n_currency',
|
'self' => 'l11n_currency',
|
||||||
'by' => 'code',
|
'by' => 'code',
|
||||||
'column' => 'code',
|
'column' => 'code',
|
||||||
|
'conditional' => true,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user