mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
comment
This commit is contained in:
@@ -108,6 +108,7 @@ class View extends BullView {
|
||||
* @param {module:view~actionHandlerCallback} handler A handler.
|
||||
*/
|
||||
addActionHandler(action, handler) {
|
||||
// The key should be in sync with one in Utils.handleAction.
|
||||
const fullAction = `click [data-action="${action}"]`;
|
||||
|
||||
this.events[fullAction] = e => {
|
||||
|
||||
Reference in New Issue
Block a user