Werk #17312: Ruleset API: Fix rendering of configured FileUpload rules
Component | Checks & agents | ||||
Title | Ruleset API: Fix rendering of configured FileUpload rules | ||||
Date | Nov 18, 2024 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Previously, after configuring a rule using the cmk.rulesets.v1.form_specs.FileUpload
FormSpec, the overview of configured rules would display
The value of this rule is not valid.
Due to a bug in the rendering functionality this error is always shown even if the value is valid. This has been fixed to show the selected file name instead.