Page 1 of 1

Children appearing in table view

Posted: 2023-09-23 00:14
by rpierce
I don't know if this is a bug or if there is a setting to control this issue. I recently upgraded to 23.15. Now when I generate my app, all the children tables are appearing in table view of the Parent record. I don't want this but don't know how to eliminate it. Is there some new setting??

Also, I disable the "Allow Print View" and the Print Preview button is still there. Additionally there is a "Print All" button that does nothing when clicked.

In the attached image, the "Findings" table is shown in the "Workplace Audits" table view. I can toggle it off, but don't want users to have to do that.
Capture.JPG
Capture.JPG (38 KiB) Viewed 8658 times

Re: Children appearing in table view

Posted: 2023-09-23 16:58
by dssc
I have the same problem.

Re: Children appearing in table view

Posted: 2023-09-24 12:49
by a.gneady
Yes, this is a bug that occurs in some cases and we're working on a fix for it to be released within a few days.

For a quick fix now, navigate to the concerned table in AppGini, click on 'Parent/Children settings' and then make sure that the following options are unchecked: Show count of children in table view and Add new children from table view.

Re: Children appearing in table view

Posted: 2023-09-25 14:43
by rpierce
Hi Ahmed,

My project has none of the items you mention checked and the issue persists. I'll wait for the fix you mention in a few days.

Thank you for the quick reply.

Ray

Re: Children appearing in table view

Posted: 2023-09-27 18:51
by pstump
+1 here
parent_child.png
parent_child.png (20.72 KiB) Viewed 8344 times
table_view.png
table_view.png (17.59 KiB) Viewed 8344 times

Re: Children appearing in table view

Posted: 2023-09-27 23:29
by zibrahim
Me too +1

Re: Children appearing in table view

Posted: 2023-10-02 22:16
by rpierce
Hello,
Has this been fixed? I reverted to my previous version and want to use the latest version if this issue is resolved.

Thanks,

Ray

Re: Children appearing in table view

Posted: 2023-10-03 11:59
by fbrano
Only with this combination of switches it works for me.
Children appearing in table view.png
Children appearing in table view.png (129.84 KiB) Viewed 8254 times

Re: Children appearing in table view

Posted: 2023-10-07 13:02
by lectura
I am also having issue with child records... each Child record appear twice when i delete one they both get deleted..
However hard you delete then enter new record it double again.
The new version of 23.15.

Re: Children appearing in table view

Posted: 2023-10-18 08:04
by zibrahim
Hi there,
I have tested the latest version 23.16 rev 1515 (released Oct 17th 2023) and this issue has been resolved for me.
Thanks Ahmed & Team.

Re: Children appearing in table view

Posted: 2023-10-18 21:32
by pstump
Can also confirm that problem is resolved for me in v23.16

Many thanks

Re: Children appearing in table view

Posted: 2023-10-19 11:26
by jsetzer
AppGini 23.16 Revision 1515

I've seen that child-info-columns still remain even after deactivating the options "Count in TV" and "Add from TV".

See here: All set to "No" on all columns:
AppGini_fR86ZFECvL.png
AppGini_fR86ZFECvL.png (10.99 KiB) Viewed 8019 times

But still, after saving and generating, two columns remain:
chrome_vZsrS5o27n.png
chrome_vZsrS5o27n.png (21.21 KiB) Viewed 8019 times

For now I am removing them manually using javascript

Code: Select all

$j(".child-records-info").remove();
YrJBZCeob3.png
YrJBZCeob3.png (21 KiB) Viewed 8019 times

I've already reported this to BigProf today.

Hope this helps someone.