34 rcategories.set_rtag('generated', 'wf_info_for', 'subject') |
34 rcategories.set_rtag('generated', 'wf_info_for', 'subject') |
35 rcategories.set_rtag('generated', 'wf_info_for', 'object') |
35 rcategories.set_rtag('generated', 'wf_info_for', 'object') |
36 rcategories.set_rtag('generated', 'for_user', 'subject') |
36 rcategories.set_rtag('generated', 'for_user', 'subject') |
37 rcategories.set_rtag('generated', 'for_user', 'object') |
37 rcategories.set_rtag('generated', 'for_user', 'object') |
38 |
38 |
39 # relations'widget (eg one of available class name in cubicweb.web.formwidgets) |
39 # relations'field class |
|
40 rfields = RelationTags() |
|
41 |
|
42 # relations'widget class |
40 rwidgets = RelationTags() |
43 rwidgets = RelationTags() |
41 |
44 |
42 # inlined view flag for non final relations: when True for an entry, the |
45 # inlined view flag for non final relations: when True for an entry, the |
43 # entity(ies) at the other end of the relation will be editable from the |
46 # entity(ies) at the other end of the relation will be editable from the |
44 # form of the edited entity |
47 # form of the edited entity |