Browse Source

[#61] Corrected the ftype in the bool fieldtype

Roland Haroutiounian 9 years ago
parent
commit
8d3760f98d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/fieldtypes/bool.py

+ 1
- 1
EditorialModel/fieldtypes/bool.py View File

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

Loading…
Cancel
Save