Parcourir la source

fix missing allow_sub_content

inkhey il y a 6 ans
Parent
révision
dccaa6b297
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      backend/tracim_backend/models/contents.py

+ 1 - 0
backend/tracim_backend/models/contents.py Voir le fichier

@@ -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