function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vance Kessler 23Vance Kessler 23 

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.