Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2025-03-19 11:21:59 +02:00
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -1313,6 +1313,13 @@ class NavbarSiteView extends View {
color = this.getMetadata().get(['clientDefs', tab, 'color']);
}
if (
color &&
!/^#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6})$/.test(color)
) {
color = null;
}
if (!params.tabIconsDisabled && !isGroup && !isDivider && !isUrl) {
iconClass = this.getMetadata().get(['clientDefs', tab, 'iconClass'])
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "espocrm",
"version": "9.0.5",
"version": "9.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "espocrm",
"version": "9.0.5",
"version": "9.0.6",
"hasInstallScript": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "espocrm",
"version": "9.0.5",
"version": "9.0.6",
"description": "Open-source CRM.",
"repository": {
"type": "git",