Expired asset not updating

Created on 15 September 2025, about 2 months ago
Updated 19 September 2025, about 2 months ago

Problem/Motivation

When I expire an asset in the DAM, and I don't update any other metadata, the asset remains published on my Drupal site.

Steps to reproduce

  1. Create and release an asset on the DAM, setting an expiration date in the future.
  2. In Drupal, use the asset so that it gets added to Drupal as a media entity.
  3. Expire the asset in the DAM by setting the expiration date to the current date.
  4. Run Drupal cron to sync assets.
    • The asset WILL be found in the list of assets needing updates
    • The asset will NOT report the updated expiration date and released_and_not_expired will still be true (API or caching layer bug?)
    • The asset will be added to the update queue
    • When the update queue runs, the updated expiration date value will be available, but the logic will exit before the asset is unpublished (this is the bug this ticket is describing)
  5. The asset is still published (the end result of the bug)

Note that if you update any other asset metadata, the correct expiration date will be available and the Drupal cron asset sync will immediately unpublish the asset.

Proposed resolution

Remove early/duplicative handling of the released_and_not_expired flag from MediaItemUpdater::processItem(). See attached patch.

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

🐛 Bug report
Status

Needs review

Version

1.1

Component

Code

Created by

🇺🇸United States becw

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Pipeline finished with Failed
    about 1 month ago
    Total: 1975s
    #610606
  • Pipeline finished with Failed
    about 1 month ago
    Total: 3685s
    #612742
  • Pipeline finished with Failed
    about 1 month ago
    Total: 2373s
    #613539
  • Pipeline finished with Failed
    about 1 month ago
    Total: 2063s
    #614689
  • Pipeline finished with Success
    29 days ago
    Total: 2186s
    #622486
  • Pipeline finished with Failed
    28 days ago
    Total: 2141s
    #623682
  • Pipeline finished with Success
    21 days ago
    Total: 1956s
    #630538
  • Pipeline finished with Success
    16 days ago
    #635827
  • Pipeline finished with Success
    11 days ago
    Total: 1884s
    #640524
  • Pipeline finished with Failed
    5 days ago
    Total: 1523s
    #646878
Production build 0.71.5 2024