Added fonctionality.
Now you can define 'applyAccess' to true in your concerned fields.
JDom::_('html.form.select', array(
..
'applyAccess' => true
));
or
You can define the same parameter in the XML form file.
This is manual at the moment because it can be dangerous.
If you edit again an 'Expense' wich has now it Client unpublished, and save... then you will brake that link.
I need now to create a snipplet that handle the case when an unpublished item has been set previously in FK, so that a user cannot break the link saving the form.
Well, for you this is solved, but in terms of consistency, I need to add some securities.
Guess you know what you do... lol
Correct ? Understood ?