Issues with Toggle All and Delete Modal in Custom Admin Panel

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
PaoloLegaspi
Posts: 35
Joined: 07 Nov 2024, 15:02

Issues with Toggle All and Delete Modal in Custom Admin Panel

Post by PaoloLegaspi » 09 Feb 2025, 15:23

Hey there,

I set up a custom panel in the admin with a custom domain, and for the most part, it's working great—creating, searching, and updating items all function as expected. However, I’ve run into a couple of issues:

1. The "toggle all" checkbox doesn’t actually toggle all the checkboxes in the columns.
Screenshot 2025-02-09 at 11.21.18 PM.png
Screenshot 2025-02-09 at 11.21.18 PM.png (175.32 KiB) Viewed 2899 times

2. When I try to delete an item, the modal that pops up doesn’t display the labels of the entry/entries being deleted.
Screenshot 2025-02-09 at 11.21.32 PM.png
Screenshot 2025-02-09 at 11.21.32 PM.png (189.26 KiB) Viewed 2899 times
Any ideas on how to fix these? Thanks in advance!

User avatar
aimeos
Administrator
Posts: 8616
Joined: 01 Jan 1970, 00:00

Re: Issues with Toggle All and Delete Modal in Custom Admin Panel

Post by aimeos » 10 Feb 2025, 17:00

Make sure "list-view" is part of the class list of the node and all data-* attributes are set correctly:
https://github.com/aimeos/ai-admin-jqad ... hp#L65-L69
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply