Closed (fixed)
Project:
Ubercart
Version:
8.x-4.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 May 2017 at 20:39 UTC
Updated:
31 Oct 2017 at 03:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mgoncalves commentedComment #3
tr commentedComment #4
hgunicamp commentedAfter apply the '' patch and use the command
find . -type f \( -name '*.inc' -or -name '*.module' -or -name '*.php' \) -exec grep --color=auto -e '\bnode_load_multiple\b' {} \+
I did not find any reference to 'node_load_multiple()' function.
So the patch worked for me.
Comment #7
tr commented(The 1 test failure is due to a Drupal core 8.5.x regression and is not related to this patch).
Thanks. Committed.