Fehler: added fehlerupdate for adding missing fehler from config files to database

This commit is contained in:
Alexei Karpenko
2026-01-16 13:09:11 +01:00
parent c6232f7959
commit cd03264ab4
6 changed files with 421 additions and 10 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class IssuesLib
return error("Person_id or oe_kurzbz must be set.");
// get fehlertextVorlage and replace it with params
$fehlerRes = $this->_ci->FehlerModel->load($fehlercode);
$fehlerRes = $this->_ci->FehlerModel->loadWhere(['fehlercode' => $fehlercode]);
if (hasData($fehlerRes))
{