cubicweb #1809414 add uicfg.set_field_order helper method [resolved]
This method is reimplemented again and again in various cubes: def set_field_order(etype, attrs): for index, attr in enumerate(attrs): uicfg.autoform_field_kwargs.tag_subject_of( (etype, attr, '*'), {'order': index}) uicfg.primaryview_display_ctrl.tag_subject_of( (etype, attr, '*'), {'order': index}) IMO, it belongs to cubicweb. | |
priority | normal |
---|---|
type | bug |
done in | 3.14.0 |
load | 0.100 |
load left | 0.000 |
closed by | #552d85fcb587 [uicfg] add uihelper module with high-level helpers (closes #1809414) |
Comments
-
2011/07/06 10:14
-
2011/11/10 13:17, written by acampeas
-
2011/11/14 11:15, written by acampeas
add commentmaybe:
This is a prefect example of code review not working.
Ok so I'm told the discussion happened one year ago (!) on the ML, hence the fast forward qfinish that was exercised.
(Still the ticket only talks about a small part of the patch and contains no reference to the discussion)