Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Customer
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Mar 2015 at 22:06 UTC
Updated:
28 Oct 2015 at 20:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joelpittetHere's with tests only and with a fix.
Comment #4
joelpittetWrong one failed, that is bizarre, I guess I'll need to step through this.
Comment #7
rszrama commentedTagging for http://contribkanban.com/#/board/commerce/7.x-1.x.
Comment #12
joelpittetHopeful retests:( Realized I'm dumb the profile_ids aren't keyed by profile_id. DOH!
Comment #13
joelpittetThe tests only patch is still in #1 hasn't changed so if this is green. We win!
Comment #14
mglamanApplies, prevents deletion of profiles. Only if all profiles passed failed to pass commerce_customer_profile_can_delete() would nothing get deleted. Even if one did all would be removed.
Fork extra kicks ran the tests on my GitHub+Travis fork https://travis-ci.org/mglaman/commerce-d7-travis/builds/72356123 with a patch branch.
Comment #15
joelpittetHas tests, thanks @mglaman bumping priority.
Comment #16
joelpittetComment #17
mglamanThanks, and committed!