Browse Source

[#11] Correction sur le champ identifiant des fieldgroup dans la définition d'un field

Roland Haroutiounian 9 years ago
parent
commit
99ca81cdc3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/fields.py

+ 1
- 1
EditorialModel/fields.py View File

@@ -53,7 +53,7 @@ class EmField(EmComponent):
53 53
             values = {
54 54
                 'uid' : None,
55 55
                 'name' : name,
56
-                'fieldgroup_id' : em_fieldgroup.id,
56
+                'fieldgroup_id' : em_fieldgroup.uid,
57 57
                 'fieldtype' : em_fieldtype.name,
58 58
                 'optional' : 1 if optional else 0,
59 59
                 'internal' : 1 if internal else 0,

Loading…
Cancel
Save