Переглянути джерело

[#61] Corrected the ftype in the bool fieldtype

Roland Haroutiounian 9 роки тому
джерело
коміт
8d3760f98d
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      EditorialModel/fieldtypes/bool.py

+ 1
- 1
EditorialModel/fieldtypes/bool.py Переглянути файл

@@ -6,7 +6,7 @@ class EmFieldType(GenericFieldType):
6 6
 
7 7
     help = 'A basic boolean field'
8 8
 
9
-    ftype='char'
9
+    ftype='bool'
10 10
 
11 11
     ## @brief A char field
12 12
     # @brief max_length int : The maximum length of this field

Loading…
Відмінити
Зберегти