Graylog2 / Graylog2/graylog-plugin-collector
Remove RestBoolean from CollectorConfigurationResource
Open
feature
low hanging fruit
triaged
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The class `RestBoolean` seems no longer necessary, as the corresponding Javascript store always passes `true` now.
It just needlessly complicates the intended resource, making it harder to follow, boolean flags should simply use boolean datatypes.
Contributor guide
Assessment
This issue has not been assessed yet.