mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-15 01:48:41 +00:00
test fixes and changes for release
This commit is contained in:
parent
0fd260d00c
commit
6275e05a45
|
|
@ -55,6 +55,7 @@ final class BackendController extends Controller
|
|||
$board = DashboardBoardMapper::get()
|
||||
->with('components')
|
||||
->where('account', $request->header->account)
|
||||
->limit(1)
|
||||
->execute();
|
||||
|
||||
if ($board instanceof NullDashboardBoard) {
|
||||
|
|
|
|||
|
|
@ -257,6 +257,25 @@ $CONFIG = [
|
|||
'root' => '/',
|
||||
'https' => false,
|
||||
],
|
||||
'app' => [
|
||||
'path' => __DIR__,
|
||||
'default' => [
|
||||
'app' => 'Backend',
|
||||
'id' => 'backend',
|
||||
'lang' => 'en',
|
||||
'theme' => 'Backend',
|
||||
'org' => 1,
|
||||
],
|
||||
'domains' => [
|
||||
'127.0.0.1' => [
|
||||
'app' => 'Backend',
|
||||
'id' => 'backend',
|
||||
'lang' => 'en',
|
||||
'theme' => 'Backend',
|
||||
'org' => 1,
|
||||
],
|
||||
],
|
||||
],
|
||||
'socket' => [
|
||||
'master' => [
|
||||
'host' => '127.0.0.1',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user