mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
systemConfig changes
This commit is contained in:
@@ -71,6 +71,12 @@ return array (
|
||||
'configPathFull',
|
||||
'configCustomPathFull',
|
||||
'crud',
|
||||
'customDir',
|
||||
'espoPath',
|
||||
'espoModulePath',
|
||||
'espoCustomPath',
|
||||
'controllerPath',
|
||||
'scopeModuleMap',
|
||||
),
|
||||
'adminItems' =>
|
||||
array (
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
[{"label":"MyLabel"}]
|
||||
@@ -1 +0,0 @@
|
||||
[{"oldlabel":"MyLabeldddd","label":"MyLabel"}]
|
||||
0
application/Espo/Metadata/entityDefs/Attachment.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Attachment.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Comment.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Comment.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/EmailTemplate.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/EmailTemplate.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Preferences.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Preferences.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Role.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Role.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Settings.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Settings.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Team.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/Team.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/User.json
Normal file → Executable file
0
application/Espo/Metadata/entityDefs/User.json
Normal file → Executable file
0
application/Espo/Utils/Controllers/Controller.php
Normal file → Executable file
0
application/Espo/Utils/Controllers/Controller.php
Normal file → Executable file
0
application/Espo/Utils/Controllers/Layout.php
Normal file → Executable file
0
application/Espo/Utils/Controllers/Layout.php
Normal file → Executable file
0
application/Espo/Utils/Controllers/Manager.php
Normal file → Executable file
0
application/Espo/Utils/Controllers/Manager.php
Normal file → Executable file
0
application/Modules/Crm/Layouts/contact/filtersAdvanced.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/contact/filtersAdvanced.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/lead/filtersAdvanced.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/lead/filtersAdvanced.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/opportunity/filtersAdvanced.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/opportunity/filtersAdvanced.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/task/list.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/task/list.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/task/listSmall.json
Normal file → Executable file
0
application/Modules/Crm/Layouts/task/listSmall.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Account.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Account.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Call.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Call.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Case.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Case.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Contact.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Contact.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Email.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Email.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/InboundEmail.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/InboundEmail.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Lead.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Lead.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Meeting.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Meeting.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Opportunity.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Opportunity.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Prospect.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Prospect.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Task.json
Normal file → Executable file
0
application/Modules/Crm/Metadata/entityDefs/Task.json
Normal file → Executable file
0
application/config.php
Normal file → Executable file
0
application/config.php
Normal file → Executable file
42
data/cache/application/metadata.php
vendored
Normal file → Executable file
42
data/cache/application/metadata.php
vendored
Normal file → Executable file
@@ -495,11 +495,11 @@ return array (
|
||||
),
|
||||
'weekStart' =>
|
||||
array (
|
||||
'type' => 'enum',
|
||||
'type' => 'enumInt',
|
||||
'options' =>
|
||||
array (
|
||||
0 => '0',
|
||||
1 => '1',
|
||||
0 => 0,
|
||||
1 => 1,
|
||||
),
|
||||
'default' => 0,
|
||||
),
|
||||
@@ -611,13 +611,13 @@ return array (
|
||||
),
|
||||
'weekStart' =>
|
||||
array (
|
||||
'type' => 'enum',
|
||||
'type' => 'enumInt',
|
||||
'options' =>
|
||||
array (
|
||||
0 => '0',
|
||||
1 => '1',
|
||||
0 => 0,
|
||||
1 => 1,
|
||||
),
|
||||
'default' => '1',
|
||||
'default' => 0,
|
||||
),
|
||||
'thousandSeparator' =>
|
||||
array (
|
||||
@@ -716,6 +716,7 @@ return array (
|
||||
8 => 'Case',
|
||||
9 => 'Prospect',
|
||||
),
|
||||
'translation' => 'App.scopeNamesPlural',
|
||||
),
|
||||
'quickCreateList' =>
|
||||
array (
|
||||
@@ -732,6 +733,7 @@ return array (
|
||||
7 => 'Case',
|
||||
8 => 'Prospect',
|
||||
),
|
||||
'translation' => 'App.scopeNames',
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -3064,6 +3066,32 @@ return array (
|
||||
'advanced' => true,
|
||||
),
|
||||
),
|
||||
'enumInt' =>
|
||||
array (
|
||||
'params' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'name' => 'options',
|
||||
'type' => 'array',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'name' => 'default',
|
||||
'type' => 'varchar',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'name' => 'translation',
|
||||
'type' => 'varchar',
|
||||
),
|
||||
),
|
||||
'search' =>
|
||||
array (
|
||||
'basic' => false,
|
||||
'advanced' => true,
|
||||
),
|
||||
),
|
||||
'float' =>
|
||||
array (
|
||||
'params' =>
|
||||
|
||||
0
tests/myfile.txt
Normal file → Executable file
0
tests/myfile.txt
Normal file → Executable file
Reference in New Issue
Block a user