'notificationsCheckInterval' in config.php does not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hellbyte
    Junior Member
    • Dec 2016
    • 10

    '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;
  • yuri
    Member
    • Mar 2014
    • 8495

    #2
    It's defined in metadata application/Espo/Modules/Crm/Resources/metadata/app/popupNotifications.json
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • hellbyte
      Junior Member
      • Dec 2016
      • 10

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

      Comment

      • yuri
        Member
        • Mar 2014
        • 8495

        #4
        Yes you can https://www.espocrm.com/documentatio...ment/metadata/
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...