Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Fixes the layer mix matching issue #399

Closed matthewma7 closed 7 years ago

matthewma7 commented 7 years ago

This PR aim to fix the issue https://github.com/Kitware/minerva/issues/398

The related events were associated with a singleton object and event is triggered in an async callback, making three different handlers being triggered by one event. However, the code is intended to have three event handler trigger by three different events. This PR move events onto individual datasets.

aashish24 commented 7 years ago

@matthewma7 you can go ahead and merge it

matthewma7 commented 7 years ago

@aashish24 Cool, thanks!