xyz1123581321

Results 8 comments of xyz1123581321

We talked about this small improvement on discord with Luke.

`TypeError: (target || document).dispatchEvent is not a function. (In '(target || document).dispatchEvent(event)', '(target || document).dispatchEvent' is undefined)` When passing form: $form I do get this error, what could cause it?

Currently I'm testing with a jmeter script, but very soon with real users. I tried but I couldn't find anything yet except that when commenting out "moveToOrder" method works fine...

We dumped that method because we were getting a lot of deadlocks in there. So what we did is https://github.com/OFFLINE-GmbH/oc-mall-plugin/blob/develop/models/Order.php#L205 ``` $order->save(); $order = $order->fresh(); ``` and we created a...

Oki, I agree, will prepare a new PR