Same idea as https://idempiere.atlassian.net/browse/IDEMPIERE-4124 for WTableDirEditor
Hi , the change on was from public to protected (which sounds fine). But from private to public (as the patch here) sometimes is not a good idea.
Do you need those to be public? Or is protected enough?
Regards,
Carlos Ruiz
Hi ,
I only need the actionLocation.
For the patch, i set them public to make it consistent with WSearchEditor, but protected is fine.
Please find another patch, with protected.
Thanks,
Nicolas
Hi
WSearchEditor.actionQuickEntry is protected, not public.
Checking the patch ...
Hi ,
That's correct :-/
Sorry
Nicolas