ソースを参照

EmType: bad method name

ArnAud 9年前
コミット
68da99216c
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      EditorialModel/types.py

+ 1
- 1
EditorialModel/types.py ファイルの表示

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

読み込み中…
キャンセル
保存