From 5cddfe2bcad028fbccb4d723ea65fc06006b6377 Mon Sep 17 00:00:00 2001 From: shopkeeperdev Date: Tue, 4 Nov 2025 19:39:32 -0500 Subject: [PATCH] Fix ACL configuration: add required title attributes to parent resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added missing 'title' and 'translate' attributes to all parent ACL resources to resolve "The attribute 'title' is required but missing" error. This fixes the LogicException that prevented the admin from loading after module installation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- etc/acl.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/acl.xml b/etc/acl.xml index eb7d910..ffc60c6 100644 --- a/etc/acl.xml +++ b/etc/acl.xml @@ -3,15 +3,15 @@ - - - + + + - - - - + + + +