Browse Source

[TODO] Suppression d'un TODO obsolète dans fieldgroups.py

Roland Haroutiounian 9 years ago
parent
commit
bf98e2a121
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      EditorialModel/fieldgroups.py

+ 0
- 1
EditorialModel/fieldgroups.py View File

@@ -49,7 +49,6 @@ class EmFieldGroup(EmComponent):
49 49
 
50 50
     ## Get the list of associated fields
51 51
     # @return A list of EmField instance
52
-    # @todo Implement this method
53 52
     def fields(self):
54 53
         field_table = sqlutils.getTable(EditorialModel.fields.EmField)
55 54
         req = field_table.select(field_table.c.uid).where(field_table.c.fieldgroup_id == self.uid)

Loading…
Cancel
Save