Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
9655d8cf by Cédric Krier at 2023-01-21T19:39:55+01:00
Fix typo when calling get_state_attrs introduced by a151a379886f
- - - - -
1 changed file:
- sao/src/model.js
Changes:
=====================================
sao/src/model.js
=====================================
@@ -1651,7 +1651,7 @@
return true;
}
var invalid = false;
- var state_attrs = this.get_strate_attrs(record);
+ var state_attrs = this.get_state_attrs(record);
var is_required = Boolean(parseInt(state_attrs.required, 10));
state_attrs.domain_readonly = false;
var inversion = new Sao.common.DomainInversion();
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/9655d8cf79d0702538c45f12e10e8067afe4117a
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/9655d8cf79d0702538c45f12e10e8067afe4117a
You're receiving this email because of your account on foss.heptapod.net.