mxgross / EasyBackupBundle

Kimai 2 Plugin for easier backups
MIT License
24 stars 6 forks source link

Fix cached config #47

Closed kevinpapst closed 1 year ago

kevinpapst commented 1 year ago

See https://github.com/mxgross/EasyBackupBundle/issues/43

Please test, I did not!

mxgross commented 1 year ago

Thanks a lot.

kevinpapst commented 1 year ago

As I wrote: I did not test the changes properly, please do so and let me know if there are still issues.

mxgross commented 1 year ago

I had to fix the prefix for the settings keys in EasyBackupConfiguration.php, now I receive the latest values. Thanks :)

kevinpapst commented 1 year ago

You fixed the wrong place I believe.

You defined easybackup here: https://github.com/mxgross/EasyBackupBundle/blob/master/DependencyInjection/Configuration.php#L23

And easy_backup in these places:

You have to use the same key everywhere and please delete the configs from kimai2_configuration before testing.

mxgross commented 1 year ago

I changed https://github.com/mxgross/EasyBackupBundle/blob/master/DependencyInjection/Configuration.php#L23 also to easy_backup now. Thanks