junichi11 / cakephp-netbeans

CakePHP support in NetBeans
http://cakephp.org
71 stars 18 forks source link

Problem with run action from plugin #114

Closed tranfuga25s closed 9 years ago

tranfuga25s commented 9 years ago

When Im on a plugin controller and use the "run action" from the contextual CakePHP menú and input the parameters, the plugin name is not added to the URL.

For example:

/app/Plugin/CakeHelp/Controller/HelpCategory.php

public function associate( $category_id = null ) {

with parameter category_id = 1

will open url: _http://localhost/help_cateogry/associate/1_ Should open: _http://localhost/**cake_help**/help_category/associate/1_

junichi11 commented 9 years ago

Sorry, AFAIR, It's not considered. I'll support it later.

Thanks.

junichi11 commented 9 years ago

@tranfuga25s I've fixed. Could you try to test it?

https://github.com/junichi11/cakephp-netbeans/releases/tag/v0.12.3 (0.12.3.3-dev)

Thanks.

tranfuga25s commented 9 years ago

Works! Thanks man... wait for the update of the stable release... :100:

junichi11 commented 9 years ago

Thanks for testing :)