mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-14 06:18:10 +02:00
ImportSource: set a default state, according to db
This commit is contained in:
parent
b155082454
commit
2209607016
@ -20,7 +20,7 @@ class ImportSource extends DbObjectWithSettings
|
||||
'source_name' => null,
|
||||
'provider_class' => null,
|
||||
'key_column' => null,
|
||||
'import_state' => null,
|
||||
'import_state' => 'unknown',
|
||||
'last_error_message' => null,
|
||||
'last_attempt' => null,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user