BUG: dv.getActionButtons() with AppGini v5.9x

This bug affects appgini version 5.90 and 5.91. When creating additional buttons in Detail View (DV) using addGroup + addLink / addButton (seee docs here) there is a duplication of the new AppGini Previous / Next buttons: This happens as soon as you are calling dv.getActionButtons() or dv.ActionButtons. Reason AppGini places Previous/Next buttons in div.btn-toolbar. The function call dv.getActionButtons() creates another div.btn-toolbar as a container for additional custom buttons. This means if there is more then one div.btn-toolbar, those buttons will be appended more than once. Solution This bug shall be fixed in upcoming AppGini version 5.92 Workarounds Alternative (1):Code …