Vinai Kopp

Results 313 comments of Vinai Kopp

Whatever approach comes up on top, I'll first create a prototype to see how it feels to use it. Any feedback or additional ideas are very welcome.

Note to self: if using B or C there should be a special events that is triggered before and after the initial render. Maybe something like `` ``

## Hyva_Admin Elements that can have events: ### Grids * Grid row actions * Grid rows * Grid buttons ### Forms * Form fields * Form groups * Form sections...

I'll start by implementing option B (Generic event child elements with convention based event names). To try this out only grid actions will support events initially. Generic vents for rows...

## First experimental release in 1.1.13 to gather feedback **The API for the action event node might be removed or changed in future.** Specifying event triggers on actions allows creating...

You could trigger an update of the grid using `ajaxGridUpdate` on the [Alpine view model](https://github.com/hyva-themes/magento2-hyva-admin/blob/main/view/adminhtml/templates/grid.phtml#L424). Currently the method is not exposed to global scope, but maybe you could work around...

Currently I'm focused on bugfixes for the grid and on finally getting the first version of forms support out the door. If you feel like it, I would appreciate a...

Wrote a test to reproduce the issue: ```php /** * @magentoDataFixture Magento/Cms/_files/block.php * @magentoDataFixture Magento/Cms/_files/blocks.php */ public function testFilterJoinedFieldonFlatTableCollection(): void { $processor = new class() extends AbstractGridSourceProcessor implements HyvaGridCollectionProcessorInterface {...

Which Magento version are you running? Probably this is a duplicate of https://github.com/hyva-themes/magento2-hyva-admin/issues/47

Ah yes, probably the same issue then. As I've said there, I'll be happy to merge a related PR, but it will still be a little while until I get...