Closed glic3rinu closed 7 months ago
If toolbar is being dynamically disabled during process_view then the context var will fail with a LookupError. This fixes the issue by providing a default value for when context var was not initialized during process_request.
process_view
LookupError
process_request
If toolbar is being dynamically disabled during
process_view
then the context var will fail with aLookupError
. This fixes the issue by providing a default value for when context var was not initialized duringprocess_request
.