Closed (fixed)
Project:
Webform
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2017 at 09:36 UTC
Updated:
13 Oct 2017 at 07:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
pifagor commentedСheck error
Comment #5
jrockowitz commentedComment #6
pifagor commentedis applied Patch https://www.drupal.org/node/2858358, but not with this Issue
Comment #7
jrockowitz commentedI want to keep this refactoring as simple as possible.
to
Comment #8
pifagor commentedComment #10
jrockowitz commentedComment #12
jrockowitz commentedHad to revert this patch.
Comment #13
pifagor commentedPatch has created some problems?
Comment #14
jrockowitz commentedYes, when I committed the patch, it broke automated tests on 8.x-5.x. I am not sure why the testbot is not reviewing this patch.
Comment #15
jrockowitz commentedTrying to get patch to run.
Comment #16
jrockowitz commentedMy best guess is that the testbot did not like the original patch's naming convention.
Comment #18
mr.baileysTest failures are caused by a
db_select()that was incorrectly converted to\Drupal::database()->db_query()Updated patch attached.
Comment #19
jrockowitz commentedComment #22
pifagor commentedThank