Long time drupal user, first time bug submitter... lol.

Repeatable: Always

Steps to repeat:
1. Download and Install ffmpeg converter (and ffmpeg wrapper 6.x-1.x) and Job Queue 6.x-3.0
2. Create New Video file type.
3. Create a new new with the new type

Expected Results:
A new job should be added to the queue when the new node is created.

Actual Results:
No new job is added. User has to edit the node to add the job to the queue.

CommentFileSizeAuthor
#1 ffmpeg_converter.patch_01.patch3.52 KBK-Max

Comments

K-Max’s picture

Status: Active » Needs review
StatusFileSize
new3.52 KB

And first time patch submitter. :p

Just a very minor spelling mistake fix that will fix the bug.

Also takes care of: #379628: Log message refers to the wrong file

zoo33’s picture

Title: New video file nodes created but not being added to the job queue. » Files not being added to the queue on node insert
Status: Needs review » Fixed

First time bug submitter, and the best kind of bug submitter there is: the kind that fixes the bug! Thank you!

The patch fixes two obvious mistakes, so I'm committing it, with the following changes:

There were a few changes to whitespace, like line breaks and indentation, which is irrelevant to this patch. Also, tabs should not be used for indentation according to the Drupal coding standards. (Only saying this to save you some trouble the next time you submit a patch. Oftentimes maintainers won't review your patch until it's flawless in those respects.)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.