badges (count) gone (AG 5.91)
Posted: 2020-11-09 08:37
Hi,
I want to show the count of the sub-records like viewtopic.php?f=13&t=3484
I have put the the following code into header-extras. Version 1 has worked in previous versions.
I have tried the version 1
and version 2
There is 1 Bilder, 2 Dokumente and 24 Änderungen...
Neither one works (right now) with AG 5.91. This is how it should look like (old AG and AGHelper version, above code version 1): Olaf
I want to show the count of the sub-records like viewtopic.php?f=13&t=3484
I have put the the following code into header-extras. Version 1 has worked in previous versions.
I have tried the version 1
Code: Select all
<script>
new AppGiniDetailView().childrenTabs.showBadges();
</script>
Code: Select all
<script>
var dv = AppGiniHelper.DV;
dv.childrenTabs.showBadges();
</script>
Neither one works (right now) with AG 5.91. This is how it should look like (old AG and AGHelper version, above code version 1): Olaf