mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Lots of new code for new importer routine.
This commit is contained in:
@@ -42,11 +42,9 @@ class ImportJob extends Model
|
||||
|
||||
protected $validStatus
|
||||
= [
|
||||
'import_status_never_started', // initial state
|
||||
'import_configuration_saved', // import configuration saved. This step is going to be obsolete.
|
||||
'settings_complete', // aka: ready for import.
|
||||
'import_running', // import currently underway
|
||||
'import_complete', // done with everything
|
||||
'new',
|
||||
'initialized',
|
||||
'configured',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user