Browse Source

em_test updates

Yann Weber 7 years ago
parent
commit
ea8bb4f6d1
4 changed files with 2 additions and 1 deletions
  1. 2
    1
      em_test.py
  2. BIN
      examples/em_test.pickle
  3. BIN
      progs/slim/emfile.pickle
  4. BIN
      tests/editorial_model.pickle

+ 2
- 1
em_test.py View File

@@ -226,7 +226,8 @@ subsection.new_field(   'parent',
226 226
                         display_name = 'Parent',
227 227
                         group = editorial_group,
228 228
                         data_handler = 'link',
229
-                        allowed_classes = [section])
229
+                        allowed_classes = [section],
230
+                        back_reference = ('section', 'childs'))
230 231
 
231 232
 #####################
232 233
 # Persons & authors #

BIN
examples/em_test.pickle View File


BIN
progs/slim/emfile.pickle View File


BIN
tests/editorial_model.pickle View File


Loading…
Cancel
Save