Closed djay closed 9 years ago
Hmm it should be checking for widget
first (https://github.com/plomino/Plomino/blob/github-main/Products/CMFPlomino/PlominoForm.py#L599):
if hasattr(field.getSettings(), 'widget'):
widget_name = field.getSettings().widget
Fixed in current code.