Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Checkout
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Apr 2016 at 19:59 UTC
Updated:
13 May 2016 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
agoradesign commentedI actually can't save the settings, getting this error:
Fatal error: Call to a member function submitConfigurationForm() on integer in /var/www/drupalvm/web/modules/commerce/modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowWithPanesBase.php on line 457I could swear, that I've already successfully changed settings via UI yesterday!?!
Comment #3
agoradesign commentedComment #4
agoradesign commentedAttached is the patch that fixes the colspan issue.
It turned out, that comment #2 only happens with my custom panes enabled, not with the default ones. Should the cause of that problem also be in Commerce, I'll open a new bug report anyway.
edit: the problem turned out to be fully my fault. And the root of the problem turned out to be a very unobvious and strange one. I've decided to write that down in a blog post, as that was really a mean trap, I've built myself and fallen into: http://www.agoradesign.at/blog/why-it-bad-idea-function-calls-injected-s...
Comment #6
bojanz commentedCommitted, thanks!