cyrilkiller / groovy-breadcrumbs-plugin

a groovy breadcrumbs for grails
2 stars 3 forks source link

Controllers with same name but in different namespace #5

Open taivoteder opened 9 years ago

taivoteder commented 9 years ago

Just to let you know that this plugin does not work with namespaced controllers. For example, if I have two controllers with the same name TestController, but defined in different namespaces using "static namespace" property. It will only match the first controller. This could be a future improvement to add also namespace support.

For now, a possible solution is to use unique controller names.