icingaweb2-module-businessp.../library/Businessprocess/Storage
raviks789 3a7dc64a50
Fix storing of business process with Description having new lines (#339)
* Fix storing of business process with `Description` having new lines

The `LegacyConfigRenderer::renderHeader()` should render new lines in the `Description` field as comments.

This fix avoids occurrence of future issues due to new lines in `Description` field while adding or modifying the
business processes.

* Parse new lines in header

The new lines in header which may belong to the field like `Description` must be parsed correctly.
2022-09-14 09:53:54 +02:00
..
ConfigDiff.php Revert "Merge pull request #320 from Icinga/re-add-php-diff-lib" 2022-03-24 14:54:03 +01:00
LegacyConfigParser.php Fix storing of business process with Description having new lines (#339) 2022-09-14 09:53:54 +02:00
LegacyConfigRenderer.php Fix storing of business process with Description having new lines (#339) 2022-09-14 09:53:54 +02:00
LegacyStorage.php Add some AuditHooks 2021-03-31 16:37:11 +02:00
Storage.php LegacyStorage: Add cache to avoid parsing configurations multiple times 2019-02-25 12:42:52 +01:00