소스 검색

fix missing allow_sub_content

inkhey 7 년 전
부모
커밋
dccaa6b297
No account linked to committer's email
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      backend/tracim_backend/models/contents.py

+ 1 - 0
backend/tracim_backend/models/contents.py 파일 보기

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