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,7 +112,7 @@ class EmType(EmComponent):
112 112
         for field in self.all_fields():
113 113
             if not field.optional:
114 114
                 result.append(field)
115
-        return result + selected_fields
115
+        return result + self.selected_fields()
116 116
 
117 117
     ## Select_field (Function)
118 118
     #

Loading…
Cancel
Save