Browse Source

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

Roland Haroutiounian 10 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
 
49
 
50
     ## Get the list of associated fields
50
     ## Get the list of associated fields
51
     # @return A list of EmField instance
51
     # @return A list of EmField instance
52
-    # @todo Implement this method
53
     def fields(self):
52
     def fields(self):
54
         field_table = sqlutils.getTable(EditorialModel.fields.EmField)
53
         field_table = sqlutils.getTable(EditorialModel.fields.EmField)
55
         req = field_table.select(field_table.c.uid).where(field_table.c.fieldgroup_id == self.uid)
54
         req = field_table.select(field_table.c.uid).where(field_table.c.fieldgroup_id == self.uid)

Loading…
Cancel
Save