custom action in v4 changes?
in v3 i would extend an action like this
Then use that custom action In a Page
Now in V4, $this->getRecord() is NULL because setUp() runs before the built in ->record() method.
So what is the best practise on extending Action in classes for v4? I could. not find anything in the new docs.
1 Reply
how are you using the record once you have it?