Closed (fixed)
Project:
Version Control API
Version:
7.x-1.x-dev
Component:
API - Entity Controllers
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Aug 2017 at 19:43 UTC
Updated:
28 Aug 2017 at 04:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drummThis patch collapses ref object construction into
VersioncontrolGitEventController::attachExtendedEventData().And also uses
PDO::FETCH_ASSOCto save an object to array conversion.Comment #3
drummThis did not work well with thorough testing.
Comment #4
drummThis patch restores the order of those functions being called by running
attachExtendedEventData()earlier.Comment #5
drummComment #7
drummUploading the correct patch.
Comment #10
marvil07 commentedGood catch!
Interestingly enough, I could verify a test was failing on versioncontrol_git, which I forgot to run after #2871910: Standardize on DrupalDefaultEntityController. Now I see all the versioncontrol_git tests passing.