mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 00:28:49 +01:00
Fixed remove
This commit is contained in:
parent
6828ccd7f1
commit
99e7c65907
2 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ Triggers.allow({
|
|||
insert: function () {
|
||||
// add custom authentication code here
|
||||
return true;
|
||||
},
|
||||
remove: function () {
|
||||
// add custom authentication code here
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue