summaryrefslogtreecommitdiffstats
path: root/models/actions.js
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2018-08-19 18:53:50 +0200
committerAngelo Gallarello <angelo.gallarell@gmail.com>2018-08-19 18:53:50 +0200
commit1f5f429fc4535d251d32335eea7e44904a924650 (patch)
treee9f9b439227392ff5c8373594864890dbe4b1da7 /models/actions.js
parent3b62b5ec5dd34eec323c14d466fe07e34287e7b0 (diff)
downloadwekan-1f5f429fc4535d251d32335eea7e44904a924650.tar.gz
wekan-1f5f429fc4535d251d32335eea7e44904a924650.tar.bz2
wekan-1f5f429fc4535d251d32335eea7e44904a924650.zip
Completed rules
Diffstat (limited to 'models/actions.js')
-rw-r--r--models/actions.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/actions.js b/models/actions.js
index 93d45928..daa5cc96 100644
--- a/models/actions.js
+++ b/models/actions.js
@@ -16,6 +16,10 @@ Actions.allow({
insert: function () {
// add custom authentication code here
return true;
+ },
+ remove: function () {
+ // add custom authentication code here
+ return true;
}
});