mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Almost full circle
This commit is contained in:
parent
93cc7f0232
commit
9b0eb0a9f1
24 changed files with 492 additions and 165 deletions
|
|
@ -39,15 +39,3 @@ Rules.allow({
|
|||
},
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
if (Meteor.isServer) {
|
||||
Meteor.startup(() => {
|
||||
const rules = Rules.findOne({});
|
||||
if(!rules){
|
||||
Rules.insert({title: "regola1", description: "bella"});
|
||||
Rules.insert({title: "regola2", description: "bella2"});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue