User tests: Successful: Unsuccessful:
This PR changes several event parameters in Joomla\CMS\Table\Table to references instead of direct values. That way we can actually modify these values in the plugins, for example adding additional ignore fields when binding.
So after testing this.... This doesn't work. The values are not handed over by reference, I can't modify them in the events.
Closing, since this whole concept does not work.
So after testing this.... This doesn't work. The values are not handed over by reference, I can't modify them in the events.