MauricioMoraes
MauricioMoraes
I've read everything but I had to solve my problem RIGHT NOW. So here goes an **UGLY patch**. My values that should show **R$ 500,00** were showing as **R$ 50,00**....
@leonardostefani that did for me, thanks! But I've set `window.$zopim = undefined;` Now my widget function looks like this: ```javascript // reference: http://reed.github.io/turbolinks-compatibility/zendesk_web_widget.html function zendeskWebWidget(userName, userEmail, enableHelpCenter, enableChat){ var zendesk_host...
@Ghostavio we've ditched zendesk/zopim a year ago. So I have no idea if this workaround is still working. But my gut tells me that it should, because those widget inclusion...
I managed to get the error via **onUploadError** callback: ``` var component = { data: function(){ return { fileRecords: [] } }, methods: { onUploadError: function(failedResponse) { console.log(failedResponse[0].response.data.error_message) }, (...)...
:+1: for the merge!
Obs: The "pry" gem is required for this PR to work. It should be declared in the dependencies
Added the missing option :message to the validation.
Hi @KCErb! That's great it's not just happening to me! I'm already using this branch in production, and that's why I forked it. Go ahead! PR it!