Graylog2 / Graylog2/graylog2-server
Unchecking checkboxes on lookup tables reset value to 0
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
Unchecking a checkbox should not reset the input value for `TimeUnitInput`s.
## Current Behavior
Lookup table entities using `TimeUnitInput`s reset their values when the input is not enabled. This causes the user to lose the previous input and create some confusion. Affected components are: `GuavaCacheFieldSet`, `MaxmindAdapterFieldSet`, `DnsAdapterFieldSet`, and `AbuseChRansomAdapterFieldSet`.

## Steps to Reproduce (for bugs)
See gif above.
## Your Environment
* Graylog Version: Graylog 3.0.0-rc.3-SNAPSHOT
Contributor guide
Assessment
This issue has not been assessed yet.