mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 00:14:56 +03:00
54d47aadad
Раньше "auto" копировал только variant для StandardPeriod, остальные типы теряли значение по умолчанию. Теперь: - value задан (не-Custom для StandardPeriod) → value + use=true (implicit), правильный xsi:type: boolean/decimal/dateTime/string, DesignTimeValue для ссылочных типов. - value отсутствует или StandardPeriod=Custom → <use>false</use> + <value xsi:nil="true"/>. Соответствует тому, как 1С Designer и ЕРП-отчёты персистят SettingsParameterValue. Тест auto-data-parameters расширен покрытием decimal/string/ref/nil. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>