Browse Source

EmType: bad method name

ArnAud 9 years ago
parent
commit
68da99216c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/types.py

+ 1
- 1
EditorialModel/types.py View File

112
         for field in self.all_fields():
112
         for field in self.all_fields():
113
             if not field.optional:
113
             if not field.optional:
114
                 result.append(field)
114
                 result.append(field)
115
-        return result + selected_fields
115
+        return result + self.selected_fields()
116
 
116
 
117
     ## Select_field (Function)
117
     ## Select_field (Function)
118
     #
118
     #

Loading…
Cancel
Save