This commit is contained in:
Yuri Kuznetsov
2024-07-07 11:54:57 +03:00
parent 6da20c6f86
commit 22fded93fb
+4
View File
@@ -48,6 +48,10 @@ class RowActionHandler {
this.collection = this.view.collection;
}
/**
* @param {module:model} model A model.
* @param {string} action An action.
*/
isAvailable(model, action) {
return true;
}