mrozmanith / flexcairngorm

Automatically exported from code.google.com/p/flexcairngorm
0 stars 0 forks source link

ModuleControllers are not getting added as a subcontroller #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a FrontController
2. Try and add a ModuleController as a sub-controller; doesn't get added.

What is the expected output? What do you see instead?
ModuleController's commands should get added to the main controller.

What version of the product are you using? On what operating system?

Please provide any additional information below.
FrontController line 122 -- checks to see if the module is a
ModuleController, and if it is, it returns *false* -- meaning it never gets
added to the Front controller. Should probably return true.

Original issue reported on code.google.com by stevkol...@gmail.com on 28 Aug 2008 at 7:12

GoogleCodeExporter commented 8 years ago
This is a duplicate of issue 5, this should be closed.

Original comment by brandon....@gmail.com on 12 Feb 2009 at 4:03

GoogleCodeExporter commented 8 years ago
Fixed this is commit: [95]

Original comment by adamfla...@gmail.com on 31 Aug 2009 at 5:40