fix: add getActionItemDataList to dashlet for EspoCRM v9 compatibility
This commit is contained in:
@@ -72,5 +72,14 @@ define('modules/smart-assistant/views/dashlets/smart-assistant', ['view'], funct
|
||||
actionRefresh: function () {
|
||||
this.loadSummary();
|
||||
},
|
||||
|
||||
getActionItemDataList: function () {
|
||||
return [
|
||||
{
|
||||
name: 'refresh',
|
||||
iconHtml: '<span class="fas fa-sync-alt"></span>',
|
||||
},
|
||||
];
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user