Changes between Initial Version and Version 4 of Ticket #28039
- Timestamp:
- Apr 10, 2017, 11:25:56 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28039
- Property Component Forms → GIS
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Summary KeyError 'widget' in BaseGeometryWidget → BaseGeometryWidget.subwidgets() crashes with KeyError 'widget'
- Property Has patch set
-
Ticket #28039 – Description
initial v4 1 BaseGeometryWidget get_context doesn't execute super().get_context(self, name, value, attrs) so key 'widget' used by method subwidgets doesn't exists.1 `BaseGeometryWidget.get_context()` doesn't execute `super().get_context(self, name, value, attrs)` so key `'widget'` used by method `subwidgets()` doesn't exist.