mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
wip
This commit is contained in:
parent
17db964b10
commit
866b4eba8a
4 changed files with 661 additions and 662 deletions
|
@ -23,6 +23,10 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, AuthMixin, {
|
|||
hasProtectedFolders: false,
|
||||
hasPrivateFolders: false,
|
||||
newFolder: '',
|
||||
copyTemplate: true,
|
||||
copyBlock: true,
|
||||
copyPermission: true,
|
||||
copyDocument: false,
|
||||
|
||||
didReceiveAttrs() {
|
||||
let folders = this.get('folders');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue