Browse Source

Emtype: no more fieldgroups

ArnAud 9 years ago
parent
commit
c8d9b9042c
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      EditorialModel/types.py

+ 0
- 6
EditorialModel/types.py View File

87
                 self.del_superior(sup, nature)
87
                 self.del_superior(sup, nature)
88
         return True
88
         return True
89
 
89
 
90
-    ## Get the list of non empty associated fieldgroups
91
-    # @return A list of EmFieldGroup instance
92
-    def _fieldgroups(self):
93
-        fieldgroups = [fieldgroup for fieldgroup in self.em_class.fieldgroups() if len(fieldgroup.fields(self.uid))]
94
-        return fieldgroups
95
-
96
     ## Return selected optional field
90
     ## Return selected optional field
97
     # @return A list of EmField instance
91
     # @return A list of EmField instance
98
     def selected_fields(self):
92
     def selected_fields(self):

Loading…
Cancel
Save