Add CPuls entity and related resources
- Introduced a new entity "CPuls" with metadata definitions including fields, links, and indexes. - Updated existing JSON files to include "CPuls" in various contexts such as translations, entity definitions, and client definitions. - Added localization support for "CPuls" in multiple languages. - Modified existing files to accommodate the new entity in the application structure.
This commit is contained in:
@@ -31,7 +31,7 @@ return [
|
||||
],
|
||||
'adminUpgradeDisabled' => false,
|
||||
'isInstalled' => true,
|
||||
'microtimeInternal' => 1769341140.824028,
|
||||
'microtimeInternal' => 1770972795.018931,
|
||||
'cryptKey' => '75886e68937f6ec6e34fabe5603c9f0c',
|
||||
'hashSecretKey' => '0c7b8cf622d364a26cfe5d31145c8f38',
|
||||
'defaultPermissions' => [
|
||||
@@ -39,7 +39,7 @@ return [
|
||||
'group' => 'www-data'
|
||||
],
|
||||
'actualDatabaseType' => 'mariadb',
|
||||
'actualDatabaseVersion' => '12.1.2',
|
||||
'actualDatabaseVersion' => '12.2.2',
|
||||
'instanceId' => '4437546e-79fc-40f6-ac04-448b526c1401',
|
||||
'webSocketZeroMQSubmissionDsn' => 'tcp://espocrm-websocket:7777',
|
||||
'webSocketZeroMQSubscriberDsn' => 'tcp://*:7777',
|
||||
|
||||
@@ -127,7 +127,8 @@ return [
|
||||
32 => 'Import',
|
||||
33 => 'GlobalStream',
|
||||
34 => 'Report',
|
||||
35 => 'CCallQueues'
|
||||
35 => 'CCallQueues',
|
||||
36 => 'CPuls'
|
||||
],
|
||||
'quickCreateList' => [
|
||||
0 => 'Account',
|
||||
@@ -357,7 +358,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1770591071.892102,
|
||||
'microtime' => 1770972794.710849,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1770591072,
|
||||
'microtimeState' => 1770591072.009735,
|
||||
'cacheTimestamp' => 1770972795,
|
||||
'microtimeState' => 1770972795.029599,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user