mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
Automation Objects: allow to change their ID
This commit is contained in:
parent
affcc54ba3
commit
50dd49c937
@ -22,6 +22,8 @@ class DirectorJob extends DbObjectWithSettings implements ExportInterface
|
|||||||
|
|
||||||
protected $autoincKeyName = 'id';
|
protected $autoincKeyName = 'id';
|
||||||
|
|
||||||
|
protected $protectAutoinc = false;
|
||||||
|
|
||||||
protected $defaultProperties = [
|
protected $defaultProperties = [
|
||||||
'id' => null,
|
'id' => null,
|
||||||
'job_name' => null,
|
'job_name' => null,
|
||||||
|
@ -22,6 +22,8 @@ class ImportSource extends DbObjectWithSettings implements ExportInterface
|
|||||||
|
|
||||||
protected $autoincKeyName = 'id';
|
protected $autoincKeyName = 'id';
|
||||||
|
|
||||||
|
protected $protectAutoinc = false;
|
||||||
|
|
||||||
protected $defaultProperties = [
|
protected $defaultProperties = [
|
||||||
'id' => null,
|
'id' => null,
|
||||||
'source_name' => null,
|
'source_name' => null,
|
||||||
|
@ -20,6 +20,8 @@ class SyncRule extends DbObject implements ExportInterface
|
|||||||
|
|
||||||
protected $autoincKeyName = 'id';
|
protected $autoincKeyName = 'id';
|
||||||
|
|
||||||
|
protected $protectAutoinc = false;
|
||||||
|
|
||||||
protected $defaultProperties = [
|
protected $defaultProperties = [
|
||||||
'id' => null,
|
'id' => null,
|
||||||
'rule_name' => null,
|
'rule_name' => null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user