You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it can be handled by modifying Form#submit:
def submit button = nil, headers = {}
+ warn "Multiple SUBMIT buttons available on the form." if submits.size > 1
@mech.submit(self, button, headers)
end
Just spent an hour or more installing different debugging tools until found the cause of my error.
The text was updated successfully, but these errors were encountered: