zf2-assetic-module icon indicating copy to clipboard operation
zf2-assetic-module copied to clipboard

Controller Name does not include module name in it.

Open starx opened this issue 10 years ago • 2 comments

I tried to provide an action specific asset by writing

`ModuleName\Controller\ControllerName` => ...

But it didn't deliver the assets, later I checked the source and hacked into getController() method of Configuration.php and found that variable name only had ControllerName which was the reason why it was not matching.

starx avatar Jun 15 '14 15:06 starx

+1 Have the same problem

popovserhii avatar Jul 20 '16 07:07 popovserhii

@popovsergiy I will accept a PR thats will fix this. Unfortunately I don't have time and need of fixing it.

widmogrod avatar Jul 20 '16 11:07 widmogrod