Why would this be fetching data twice?
I have this code in my form for a select field with an action that fetches data. In the class that's fetching data I have a log statement and it's getting executed twice, whenever I click the action button. Why would that be happening?
It's only getting called once on page load.
1 Reply
You should wrap the code for the options in a closure.