Merge branch 'fix'
This commit is contained in:
@@ -37,7 +37,8 @@ define('views/event/fields/name-for-history', ['views/fields/varchar'], function
|
||||
|
||||
let status = this.model.get('status');
|
||||
|
||||
let canceledStatusList = this.getMetadata().get(['scopes', this.model.entityType, 'canceledStatusList']);
|
||||
let canceledStatusList = this.getMetadata()
|
||||
.get(['scopes', this.model.entityType, 'canceledStatusList']) || [];
|
||||
|
||||
data.strikethrough = canceledStatusList.includes(status);
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "7.5.3",
|
||||
"version": "7.5.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "espocrm",
|
||||
"version": "7.5.3",
|
||||
"version": "7.5.4",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "7.5.3",
|
||||
"version": "7.5.4",
|
||||
"description": "Open-source CRM.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user