Children appearing in table view

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
rpierce
Veteran Member
Posts: 258
Joined: 2018-11-26 13:55
Location: Washington State

Children appearing in table view

Post by rpierce » 2023-09-23 00:14

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 3594 times

dssc
Posts: 12
Joined: 2014-01-28 08:30
Location: UK

Re: Children appearing in table view

Post by dssc » 2023-09-23 16:58

I have the same problem.

User avatar
a.gneady
Site Admin
Posts: 1287
Joined: 2012-09-27 14:46
Contact:

Re: Children appearing in table view

Post by a.gneady » 2023-09-24 12:49

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.
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

rpierce
Veteran Member
Posts: 258
Joined: 2018-11-26 13:55
Location: Washington State

Re: Children appearing in table view

Post by rpierce » 2023-09-25 14:43

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

User avatar
pstump
Posts: 3
Joined: 2023-07-02 15:00
Location: Gloucestershire UK

Re: Children appearing in table view

Post by pstump » 2023-09-27 18:51

+1 here
parent_child.png
parent_child.png (20.72 KiB) Viewed 3280 times
table_view.png
table_view.png (17.59 KiB) Viewed 3280 times
Pete

User avatar
zibrahim
Veteran Member
Posts: 137
Joined: 2020-01-28 18:30
Location: Malaysia

Re: Children appearing in table view

Post by zibrahim » 2023-09-27 23:29

Me too +1
Zala.
Appgini 24.10.1579, MacOS 14.3.1 Windows 11 on Parallels.

rpierce
Veteran Member
Posts: 258
Joined: 2018-11-26 13:55
Location: Washington State

Re: Children appearing in table view

Post by rpierce » 2023-10-02 22:16

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

User avatar
fbrano
Veteran Member
Posts: 70
Joined: 2018-03-19 10:39
Location: Slovakia
Contact:

Re: Children appearing in table view

Post by fbrano » 2023-10-03 11:59

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 3190 times
ver 23.15 1484

lectura
Posts: 28
Joined: 2015-01-10 13:29

Re: Children appearing in table view

Post by lectura » 2023-10-07 13:02

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.

User avatar
zibrahim
Veteran Member
Posts: 137
Joined: 2020-01-28 18:30
Location: Malaysia

Re: Children appearing in table view

Post by zibrahim » 2023-10-18 08:04

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.
Zala.
Appgini 24.10.1579, MacOS 14.3.1 Windows 11 on Parallels.

User avatar
pstump
Posts: 3
Joined: 2023-07-02 15:00
Location: Gloucestershire UK

Re: Children appearing in table view

Post by pstump » 2023-10-18 21:32

Can also confirm that problem is resolved for me in v23.16

Many thanks
Pete

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1817
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Children appearing in table view

Post by jsetzer » 2023-10-19 11:26

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 2955 times

But still, after saving and generating, two columns remain:
chrome_vZsrS5o27n.png
chrome_vZsrS5o27n.png (21.21 KiB) Viewed 2955 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 2955 times

I've already reported this to BigProf today.

Hope this helps someone.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply