Extending Admin3 Controllers
Posted: Fri Aug 09, 2013 11:47 am
What is the recommended way to extend controllers in admin3? For example, I'd like to override AdminOrderController but because it already defines a @RequestMapping for "/order" I will end up with a startup error due to ambiguous URL mappings. Is there a convenient way to deal with this without having to fork broadleaf-admin-module?