ictvmt / mvp4g

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

NotFoundEvent not fire for child module events. #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If your token contains a valid child module name but an invalid event name, the 
NotFoundEvent should be fired, it's not the case.

The issue comes from the PlaceService. Instead of:
module.sendNotFoundEvent();
it should be:
PlaceService.this.module.sendNotFoundEvent();

Original issue reported on code.google.com by plcoir...@gmail.com on 2 May 2012 at 11:03

GoogleCodeExporter commented 8 years ago
Fixed. Now the root module's notFoundEvent will be called in this situation. 
Fix is available in the latest SNAPSHOT: 
http://mvp4g.googlecode.com/svn/maven2/snapshots/com/googlecode/mvp4g/mvp4g/1.5.
0-SNAPSHOT/mvp4g-1.5.0-20120509.003820-1.jar

Original comment by Shvets.S...@gmail.com on 11 May 2012 at 7:20