Current Behavior
Steps to reproduce the behavior
- Go to shell and start
php symfony digitalobject:load import_file.csv (valid form, records pointing to existing JPG files)
- Watch the log: the count in front of "remaining" stays on max value
Expected Behavior
The log should count the remaining number of records down in each line according to progress.
Possible Solution
- move the local variable to $this->
Context and Notes
Annoying information lag while doing loads of lot images.
Changed it in my local installation after verifying there the bug.
Version used
AtoM 2.10.1
Operating System and version
Ubuntu 26.04
Default installation culture
de
PHP version
PHP 8.4
Contact details
hans-arno@mielsch.de
Current Behavior
Steps to reproduce the behavior
php symfony digitalobject:load import_file.csv(valid form, records pointing to existing JPG files)Expected Behavior
The log should count the remaining number of records down in each line according to progress.
Possible Solution
atom/lib/task/digitalobject/digitalObjectLoadTask.class.php
Line 146 in 648b366
Context and Notes
Annoying information lag while doing loads of lot images.
Changed it in my local installation after verifying there the bug.
Version used
AtoM 2.10.1
Operating System and version
Ubuntu 26.04
Default installation culture
de
PHP version
PHP 8.4
Contact details
hans-arno@mielsch.de