The channels field doesn't work as intended. It asks that we put each channel on a new line, however two functions that explode/implode the newline are not using double quotes. Therefore any channels identified here (unless there is just one) will be ignored.

Needs double quotes instead of single. Proposed patch attached.

Comments

jeeberpow created an issue. See original summary.

mrinalini9’s picture

StatusFileSize
new893 bytes

Rerolled patch as it failed to apply, please review.

cburschka’s picture

Assigned: Unassigned » cburschka
Status: Needs review » Needs work

Great catch, thanks!

I'll add a unit test for this

cburschka’s picture

Status: Needs work » Needs review
StatusFileSize
new3.73 KB
new4.61 KB

Functional test, since this is form code.

The last submitted patch, 4: filelog-3150988-4-testonly.patch, failed testing. View results

Status: Needs review » Needs work

The last submitted patch, 4: filelog-3150988-4.patch, failed testing. View results

cburschka’s picture

Status: Needs work » Needs review
StatusFileSize
new3.73 KB
new4.6 KB
new783 bytes

The last submitted patch, 7: filelog-3150988-6-testonly.patch, failed testing. View results

  • cburschka committed 5c2f03d on 2.0.x
    Issue #3150988 by jeeberpow, mrinalini9, cburschka: Channels field not...
cburschka’s picture

Status: Needs review » Fixed

Pushed. Thanks very much for this fix!

cburschka’s picture

Version: 2.0.0 » 2.0.x-dev

Status: Fixed » Closed (fixed)

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