You need to sign in to do that
Don't have an account?

Spring 19 now blocks aura method call
We had an AURA callback that passed -1 (integer) as a parameter which was accepted as a string parameter prior to Spring 19. After the release, it no longer even calls my APEX method. We fixed that by adding .toString() to the parameter.
My question is, WHAT CHANGED? I want to know if there are other places that Salesforce broke with this change.
My question is, WHAT CHANGED? I want to know if there are other places that Salesforce broke with this change.