Changes between Initial Version and Version 4 of Ticket #28039


Ignore:
Timestamp:
04/10/17 16:25:56 (6 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 Severity changed from Normal to Release blocker
    • Property Component changed from Forms to GIS
    • Property Summary changed from KeyError 'widget' in BaseGeometryWidget to BaseGeometryWidget.subwidgets() crashes with KeyError 'widget'
    • Property Has patch set
    • Property Triage Stage changed from Unreviewed to Accepted
  • 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