There is issue with "H" format for the options in a "hours" select box.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Andrey Baranov’s picture

Status: Active » Needs review
FileSize
866 bytes
Andrey Baranov’s picture

Status: Needs review » Active

There is an issue with incorrect value in a WHERE clause. When value is an array it is sent in a SQL as result of array.join() function

Andrey Baranov’s picture

Status: Active » Needs review
FileSize
2.46 KB

Here is an issue

DamienMcKenna’s picture

Priority: Minor » Normal
Status: Needs review » Needs work

The patch needs a little work to match the Drupal coding standards, specifically the "else" statements should be on new lines. Additionally, it'd be useful to add some comments to explain why the logic is necessary.

dev20.addweb’s picture

Status: Needs work » Needs review
FileSize
2.48 KB

@DamienMcKenna, Please find my patch to resolve the coding standard issues. Hope this helps you!..

Thanks.