Skip to content
Snippets Groups Projects
Commit 65c685ad authored by Alexandre Fayolle's avatar Alexandre Fayolle Committed by Raphael Collet
Browse files

[FIX] context mutations (#10368)

when extending these methods with the new api, the context is a frozendict
so we need to copy before mutating.

this patch was made by searching for key addition to context and calls to the
update() method on the 8.0 addons, and checking if a copy was made before in
the method.
parent f4aae1c5
No related branches found
No related tags found
Loading
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