Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 03:56 UTC
Updated:
29 Jul 2014 at 22:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
brennanmh commentedChanged ensure_path to ensurePath in Sql.php
Comment #3
connorwk commented#1: ensure_path-2002482.patch queued for re-testing.
Comment #5
oenie commentedAdd protected access modifier in front of the function to adher to the new OOP standards.
Comment #6
shixish commentedI added the protected keyword.
Updated patch, and interdiff attached.
Comment #7
oenie commentedLooks good to me, apart from a minor comment issue:
core/modules/views/lib/Drupal/views/ManyToOneHelper.php, Line 89:
// ensure_path logic. Perhaps it should be.
So i suggest RTBC when the test returns ok.
Comment #8
aspilicious commentedLets fix the comment.
Comment #9
chrisjlee commentedAttempted to reroll and caused a nasty merge conflict that undid lots other api changes (add_table() -> addTable()). Instead i just manually recreated the patch since it's a couple changes. Interdiff will show changes i made from the manually rerolled.
Also, added that comment fix as per request by aspilicious in #8.
Finally, also fixed the typo in the method name. Also, there's a typo here. "ensurePpath" -> "ensurePath".
Comment #10
chrisjlee commentedWhoops forgot to update tags / status
Comment #11
chrisjlee commentedMissed one more ensure_path. This should turn green. the other should turn red.
Comment #12
oenie commentedLooks good to me now !
Comment #13
alexpottCommitted 17c06e0 and pushed to 8.x. Thanks!