Asset Import not woking with specified Categories

Created on 13 December 2022, about 2 years ago
Updated 10 September 2024, 3 months ago

Problem/Motivation

Asset Import not woking with specified Categories

Steps to reproduce

1. Configure 'http://example.com/admin/config/media/damimport' with Category name available on Widen(DAM), Select type of media bundle to import and enable the checkbox.
2. Run the cron.
3. Check the Media Content.

Proposed resolution

In DamImporter.php Need to update the if condition from if ($queue->numberOfItems() <= 0) to if ($queue->numberOfItems() >= 0) line 46.

Remaining tasks

User interface changes

None

API changes

None

Data model changes

None

πŸ› Bug report
Status

Closed: works as designed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States nikhil_drupal

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

Comments & Activities

Not all content is available!

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

  • πŸ‡ΊπŸ‡ΈUnited States danflanagan8 St. Louis, US

    This works as designed. The idea is that items are only created in the queue if the queue is already empty. Otherwise we leave things alone and let all the queue items get processed before we consider adding new items to the queue.

Production build 0.71.5 2024