mirror of
https://github.com/wekan/wekan.git
synced 2026-01-20 16:26:09 +01:00
Remove pwix:blaze-layout
This commit is contained in:
parent
9ebf4d2426
commit
0635a663f0
38 changed files with 771 additions and 432 deletions
|
|
@ -2018,6 +2018,7 @@ Meteor.methods({
|
|||
},
|
||||
// Spaces: create a new space under parentId (or root when null)
|
||||
createWorkspace({ parentId = null, name }) {
|
||||
check(parentId, Match.OneOf(String, null));
|
||||
check(name, String);
|
||||
if (!this.userId) throw new Meteor.Error('not-logged-in');
|
||||
const user = Users.findOne(this.userId) || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue