Changes between Initial Version and Version 4 of Ticket #28039
- Timestamp:
- 04/10/17 16:25:56 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28039
-
Property
Severity
changed from
Normal
toRelease blocker
-
Property
Component
changed from
Forms
toGIS
-
Property
Summary
changed from
KeyError 'widget' in BaseGeometryWidget
toBaseGeometryWidget.subwidgets() crashes with KeyError 'widget'
- Property Has patch set
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Severity
changed from
-
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.