Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClassCompiler: Validate field types -> Icinga Name correctly
When the classcompiler is validating/transforming field types -> Icinga type names, it is currently returning Icinga `Number` type for field type of `bool`, which is actually wrong. This PR ensures to always transform into the correct Icinga type names.
- Loading branch information