Closed (fixed)
Project:
Acquia DAM
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2026 at 08:00 UTC
Updated:
12 Feb 2026 at 13:14 UTC
Jump to comment: Most recent
PHP warning occurs when calling AssetUpdater::queueAssets() without the finalized-version option key in the $options array:
Warning: Undefined array key "finalized-version" in Drupal\acquia_dam\AssetUpdater::queueAssets() (line 62)
$updater->queueAssets(['batch-size' => 50]); // Missing 'finalized-version'$finalized_version = (bool) ($options['finalized-version'] ?? FALSE);Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
rajeshreeputraRequesting review.
Comment #5
rajeshreeputraMerged!