Open paradiseidler opened 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 2.20%. Comparing base (
ef6e8bd
) to head (69de5fb
). Report is 56 commits behind head on 3.3.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What is the purpose of the change?
Fix #12961 The tag with attribute=false for the isDefault property has been removed.
In the isIgnoredAttribute method, due to isDefault having attribute=false, the entire method returns a Boolean value of true.
In the assignProperties method of the AbstractConfig class, at the breakpoint, the final condition evaluates to false, preventing the default property assignment process from being executed, resulting in the default value remaining unprocessed as null.
Checklist