Werk #17312: Ruleset API: Fix rendering of configured FileUpload rules
Komponente | Checks & agents | ||||
Titel | Ruleset API: Fix rendering of configured FileUpload rules | ||||
Datum | 18.11.2024 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
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.