Thread Starter
zumit
(@zumit)
Hello Peter,
Maybe you could check the following files also:
WPDataAccess/Data_Publisher/WPDA_Publisher_Form.php WPDataAccess/Design_Table/WPDA_Design_Table_Form.php
They also use the combination with select and onclick and not onchange.
If I can help sometimes with testing, let me now.
Kind Regards,
Sander Zumbrink
Thread Starter
zumit
(@zumit)
Change line 472 also to the same on change for changing the relationship.
Thread Starter
zumit
(@zumit)
Hello Peter,
If you change line 497 of WPDataProjects/Project/WPDP_Project_Table_Form.php, then we can solve this issue. You use the onClick there on the select, but it is better to use the onChange.
Then when you change the select, the other select is being filled correctly.
It works for me.
Kind Regards,
Sander Zumbrink