mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-19 03:48:41 +00:00
make id public, organigram impl. media password/encryption, settings bug fix, Money->FloatInt change, ...
This commit is contained in:
parent
a848d2ea26
commit
5eebb51883
|
|
@ -181,7 +181,7 @@ final class BackendController extends Controller
|
|||
$id = $request->getDataString('id') ?? '';
|
||||
|
||||
$settings = SettingMapper::getAll()->where('module', $id)->execute();
|
||||
if (!($settings instanceof NullSetting)) {
|
||||
if ($settings->id > 0) {
|
||||
$view->setData('settings', !\is_array($settings) ? [$settings] : $settings);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user