RotherOSS / ITSMConfigurationManagement

This package implements all ITSM configuration management features. This package requires the ITSMCore package.
GNU General Public License v3.0
0 stars 2 forks source link

ConfigItemGet() does not allow to turn off caching #2

Closed bschmalhofer closed 2 days ago

bschmalhofer commented 1 year ago

According to the POD of ConfigItemGet() the parameter Cache can be used for turning off cacheíng.

https://github.com/RotherOSS/ITSMConfigurationManagement/blob/d6892c4c0c9c02fe93d70d980f9650d64ac93d8b/Kernel/System/ITSMConfigItem.pm#L218-L226

But the implementation does not reflect this.

stefanhaerter commented 2 days ago

The commit seemingly does not have anything to do with this issue.

stefanhaerter commented 2 days ago

The parameter has been removed from the POD in commit 1b159a863954431f04e579d980e7f37eb325f348. Closing the issue.