Skip to content
Snippets Groups Projects
Commit 50425476 authored by Maxime Richez's avatar Maxime Richez
Browse files

Fix AttributeError when Screen initializes date format attribute from context

The context parameter could be None and so generating an AttributeError. Then
it is better to use self.context which is guarantee to be always a dictionary.

issue6082
review34531002
parent 95ea580f
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment