mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 18:24:21 +01:00
Shared Templates: In Progress. Hide this feature while it's not finished yet.
Thanks to xet7 !
This commit is contained in:
parent
e0797c83f8
commit
3b4a44abb1
3 changed files with 7 additions and 6 deletions
|
|
@ -1507,7 +1507,7 @@ if (Meteor.isServer) {
|
|||
Lists.insert({title: TAPi18n.__(title), boardId, sort: titleIndex}, fakeUser);
|
||||
});
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
// Insert Template Container
|
||||
const Future = require('fibers/future');
|
||||
|
|
@ -1594,7 +1594,7 @@ if (Meteor.isServer) {
|
|||
future1.wait();
|
||||
future2.wait();
|
||||
future3.wait();
|
||||
*/
|
||||
// End of Insert Template Container
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue