Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2023-06-22 09:47:39 +03:00
3 changed files with 5 additions and 4 deletions
@@ -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);
+2 -2
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "espocrm",
"version": "7.5.3",
"version": "7.5.4",
"description": "Open-source CRM.",
"repository": {
"type": "git",