Hello everybody,
first of all excuse me for my little english…and i hope my explanation is clear enough.
My work team use egroupware (since it was phpgroupware) as base structure (login, security, framework) for developing custom applications for our customers.
One of these app has survived since now and i’m trying to migrate it to the latest egw version (23.1.x).
The problem i’m facing is to show, edit and save a ‘list’ of values couple that are not stored in my custom app table, but are stored in a different table as father-child link.
In old versions, as my collegues built the app without using etemplate, it was easy to intercept the POST submitted with the extra fields, and manage their saving.
I actually can read and show these values beside the other fileds that are stored in table (forcing the insert of html input fields by code) but when submitting, egw is not showing them in my $content array…so i assume is filtering them somewhere.
Is there a way to manage this kind of data? I haven’t found anything useful by searching online.
Thank you in advance for your support!
Ugo