浏览代码

fix missing allow_sub_content

inkhey 6 年前
父节点
当前提交
dccaa6b297
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      backend/tracim_backend/models/contents.py

+ 1 - 0
backend/tracim_backend/models/contents.py 查看文件

@@ -178,6 +178,7 @@ folder_type = ContentType(
178 178
     label='Folder',
179 179
     creation_label='Create collection of any documents',
180 180
     available_statuses=CONTENT_STATUS.get_all(),
181
+    allow_sub_content=True,
181 182
 )
182 183
 
183 184