Skip to content

Two scheduler/CLI command bugs fixed

Compare
Choose a tag to compare
@mabolek mabolek released this 02 Jul 08:55
· 12 commits to master since this release
199a429

Please note: This release introduces a new database field. Make sure to analyze the database to update the schema.

BUG FIXES

  • Handles an exception in the scheduler task and console command if a file had been deleted permanently in QBank. This fix adds a new status field for sys_file table (tx_qbank_remote_is_deleted). If an exception is thrown when fetching media from API, this field will be set to true. This will prevent deleted files from being processed and the sync buttons in backend module will be removed for these files.
  • Fixes an undefined method error when running the qbank:updateqbankfiledatacommand in scheduler or CLI if automatic updates are disabled.