Merge branch 'fix'
This commit is contained in:
@@ -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'])
|
||||
}
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "9.0.5",
|
||||
"version": "9.0.6",
|
||||
"description": "Open-source CRM.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user