added check for existing system config when a feature is enabled

This commit is contained in:
Sheldan
2020-05-15 18:53:51 +02:00
parent f11232de05
commit b984129df6
24 changed files with 226 additions and 5 deletions

View File

@@ -1 +0,0 @@
Post target ${error.templateModel['configKey']} is not set up.

View File

@@ -0,0 +1 @@
System config `${configKey}` is not set up.

View File

@@ -1 +0,0 @@
Post target ${error.templateModel['postTargetKey']} is not set up.

View File

@@ -0,0 +1 @@
Post target `${postTargetKey}` is not set up.

View File

@@ -0,0 +1 @@
Mod mail category is not correctly set up. `${categoryId}` is not valid.