Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ae0365ee5 | |||
| cbcc560bd3 | |||
| 398743fe63 | |||
| 92f6759591 |
@@ -53,7 +53,11 @@ class RemindersHandler {
|
||||
this.listenTo(this.model, 'change', () => {
|
||||
if (
|
||||
!this.model.hasChanged('assignedUserId') &&
|
||||
!this.model.hasChanged('assignedUsersIds')
|
||||
!this.model.hasChanged('assignedUsersIds') &&
|
||||
!this.model.hasChanged('assignedUsersIds') &&
|
||||
!this.model.hasChanged('dateEnd') &&
|
||||
!this.model.hasChanged('dateEndDate') &&
|
||||
!this.model.hasChanged('status')
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1421,7 +1421,6 @@ export default class extends ModalView {
|
||||
"fas fa-water",
|
||||
"fas fa-water-ladder",
|
||||
"fas fa-wave-square",
|
||||
"fas fa-web-awesome",
|
||||
"fas fa-weight-hanging",
|
||||
"fas fa-weight-scale",
|
||||
"fas fa-wheat-awn",
|
||||
|
||||
@@ -1286,6 +1286,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