mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 22:38:10 -05:00
CHANGES - update `Ask` to detect reset command and bypass validation - refactor `OnAnswer` to support new `isReset` parameter logic - invoke `ConfigureCustom` in `Setup` to avoid redundant re-validation - add unit tests ensuring required fields can be reset - add incoming 1860 changelog entry
8 lines
492 B
Plaintext
8 lines
492 B
Plaintext
### PR [#1860](https://github.com/danielmiessler/Fabric/pull/1860) by [ksylvan](https://github.com/ksylvan): fix: allow resetting required settings without validation errors
|
|
|
|
- Fix: allow resetting required settings without validation errors
|
|
- Update `Ask` to detect reset command and bypass validation
|
|
- Refactor `OnAnswer` to support new `isReset` parameter logic
|
|
- Invoke `ConfigureCustom` in `Setup` to avoid redundant re-validation
|
|
- Add unit tests ensuring required fields can be reset
|