Changes between Initial Version and Version 4 of Ticket #28039


Ignore:
Timestamp:
Apr 10, 2017, 11:25:56 AM (7 years ago)
Author:
Tim Graham
Comment:

Dariusz, could you your application with this PR. I'm not certain that it's correct.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28039

    • Property Component FormsGIS
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Summary KeyError 'widget' in BaseGeometryWidgetBaseGeometryWidget.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.
Back to Top