[MM-52924] Implement ConfigurationWillBeSaved plugin hook (#23567)

* Implement ConfigurationWillBeSaved plugin hook

* Add comment

* Update comment

* Fix potential nil dereference if plugin environment is unset

* Address PR review
Этот коммит содержится в:
Claudio Costa
2023-06-12 18:23:02 -06:00
коммит произвёл GitHub
родитель d0ad46b496
Коммит 62a3ee8adc
10 изменённых файлов: 267 добавлений и 9 удалений

Просмотреть файл

@@ -6383,6 +6383,10 @@
"id": "app.save_config.app_error",
"translation": "An error occurred saving the configuration."
},
{
"id": "app.save_config.plugin_hook_error",
"translation": "An error occurred running the plugin hook on configuration save."
},
{
"id": "app.scheme.delete.app_error",
"translation": "Unable to delete this scheme."