mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Issues konfiguration: added GUI for assigning konfiguration to fehler
This commit is contained in:
@@ -10,10 +10,11 @@ class Fehlerkonfiguration_model extends DB_Model
|
||||
parent::__construct();
|
||||
$this->dbTable = 'system.tbl_fehler_konfiguration';
|
||||
$this->pk = array('konfigurationstyp_kurzbz', 'fehlercode');
|
||||
$this->hasSequence = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieve all configuration parameters (e.g. excluding certain values), optionally filtered by app.
|
||||
* Retrieve all set configuration parameters, optionally filtered by app.
|
||||
* @param string $app
|
||||
* @return object success or error
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user