Announcement

Collapse
No announcement yet.

'notificationsCheckInterval' in config.php does not work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 'notificationsCheckInterval' in config.php does not work

    notificationsCheckInterval in config.php does not affect on the popupNotifications call interval.

    only direct edit here helped for me to change interval:

    badge.js [----] 29 L:[173+ 6 179/301] *(6909/11151b) 0059 0x03B[*][X]
    },

    checkPopupNotifications: function (name) {
    var data = this.popupNotificationsData[name] || {};
    var url = data.url;
    // var interval = data.interval;
    var interval = 30;

  • #2
    It's defined in metadata application/Espo/Modules/Crm/Resources/metadata/app/popupNotifications.json

    Comment


    • #3
      Thanks, I see, but this file will be overwritten after update, right ? can I redefine it somewhere in custom folder ?

      Comment


      • #4
        Yes you can https://www.espocrm.com/documentatio...ment/metadata/

        Comment

        Working...
        X