mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] env: env is now frozen, useSubEnv does not affect user env
This commit is contained in:
committed by
Géry Debongnie
parent
6aeff21d9a
commit
d7403871fc
@@ -1132,7 +1132,7 @@ exports[`rendering component again in next microtick 2`] = `
|
||||
let b2;
|
||||
const v1 = ctx['onClick'];
|
||||
let d1 = [v1, ctx];
|
||||
if (ctx['env'].flag) {
|
||||
if (ctx['env'].config.flag) {
|
||||
b2 = component(\`Child\`, {}, key + \`__2\`, node, ctx);
|
||||
}
|
||||
return block1([d1], [b2]);
|
||||
|
||||
Reference in New Issue
Block a user