You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case Icinga Web has no permission to store modules/director/config.ini, the file content should be shown to the administrator, allowing him to manually adjust the configuration
Current Behavior
This broke once ipl/html started to work with iterables, as the Config object can be iterated - and __toString() no longer matters
The text was updated successfully, but these errors were encountered:
Expected Behavior
In case Icinga Web has no permission to store
modules/director/config.ini
, the file content should be shown to the administrator, allowing him to manually adjust the configurationCurrent Behavior
This broke once ipl/html started to work with iterables, as the Config object can be iterated - and __toString() no longer matters
The text was updated successfully, but these errors were encountered: