[FIX][17.0] date_range : error opening conditional on studio
Fixes issue https://github.com/OCA/server-ux/issues/909
Hi @lmignon, some modules you are maintaining are being modified, check this out!
@DavidBForgeFlow @LoisRForgeFlow ping
@DavidBForgeFlow @LoisRForgeFlow @lmignon we need this fix in our production env
Test ok
Any news? The Issue Is still on production
@pedrobaeza can you check ?
Sorry, not using Studio, and the changes seem very wide.
Sorry, not using Studio, and the changes seem very wide.
who can check this ? the bug is still there, if somebody open studio on conditional field the error pops up my PR only put a if above
What about this smaller fix? https://github.com/OCA/server-ux/pull/949 Yet I'm not sure it's complete.
I had missed the fix on the updateLeafOperator which is included here, thank you for this!
I have now added it in the other PR as well:
- https://github.com/OCA/server-ux/pull/949
The fixes are similar, here the code section is wrapped in if-clause while the above PR just returns early. Impactful line changes are the same as here it is mostly indentation.
@henrybackman Can you close close this one in favor of #949 ?