Rename package to shopkeeper/module-vendor-notes and fix delete button issue

- Update package name from shopkeeper/vendornotes to shopkeeper/module-vendor-notes to follow naming conventions
- Fix invalid CSS selector issue by prefixing numeric row IDs with 'row_' in getArrayRows()
- Resolves JavaScript error: "Failed to execute 'querySelectorAll' on 'Document': 'tr#0 button.action-delete' is not a valid selector"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shopkeeperdev
2025-11-06 14:23:40 -05:00
parent 2340e2bf79
commit 677b43db02
2 changed files with 35 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "shopkeeper/vendornotes",
"name": "shopkeeper/module-vendor-notes",
"description": "Magento 2 module that adds vendor notes to orders",
"type": "magento2-module",
"license": "MIT",