Opened 7 years ago

Last modified 7 years ago

#28039 closed Bug

KeyError 'widget' in BaseGeometryWidget — at Initial Version

Reported by: Dariusz Paluch Owned by: nobody
Component: GIS Version: 1.11
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

BaseGeometryWidget get_context doesn't execute super().get_context(self, name, value, attrs) so key 'widget' used by method subwidgets doesn't exists.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top