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 () {
|
actionRefresh: function () {
|
||||||
this.loadSummary();
|
this.loadSummary();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
getActionItemDataList: function () {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
name: 'refresh',
|
||||||
|
iconHtml: '<span class="fas fa-sync-alt"></span>',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user