Issues konfiguration: added GUI for assigning konfiguration to fehler

This commit is contained in:
KarpAlex
2023-05-21 17:34:11 +02:00
parent 1ec52e710a
commit 696849062f
13 changed files with 888 additions and 8 deletions
@@ -26,7 +26,7 @@ class PlausicheckProducerLib
$this->_ci =& get_instance(); // get ci instance
// load models
$this->_ci->load->model('system/fehlerkonfiguration_model', 'FehlerkonfigurationModel');
$this->_ci->load->model('system/Fehlerkonfiguration_model', 'FehlerkonfigurationModel');
// get all configuration parameters for the application
$fehlerkonfigurationRes = $this->_ci->FehlerkonfigurationModel->getKonfiguration($app);