Hi Everyone.
I was trying to applying ACL to a formbrick - so that an administrator group could see it - and not a general user. (Before somebody mentions it, I was avoiding copying forms as that duplicates all the custom coding work).
Anyhow - I was going to apply my ACL code to my forked view formbrick.php - and then call up the parent formbrick.php. By calling the Parent (original) - any changes I make in the builder will still have effect.
But - I am having difficulty in calling the parent formbrick.php from with the forked formbrick.php. I'm getting this error...
Fatal error: Call to undefined method JViewLegacy::_parentDisplay()
So is this part of the documentation correct for forked bricks?...
How do we call the original brick from a fork? (Is it possible?)
Cheers