Skip to content

Fix handling of controller attributes default values

Controller attributes are still being written with the default values at the controller creation time. This is a remaining part of the previous implementation of attributes default values (implementation was done by reusing the memorized attributes feature - __value attribute property) which was not removed in !1730 (merged) (Decouple attributes default values from memorized values). Remove it now.

Fixes #1839 (closed).

Merge request reports