Add getViewsByMciCode()
* Store MCI code in View when created from MCI * Allow retrieval by MCI code
This commit is contained in:
@@ -199,5 +199,9 @@ MCIViewFactory.prototype.createFromMCI = function(mci) {
|
||||
break;
|
||||
}
|
||||
|
||||
if(view) {
|
||||
view.mciCode = mci.code;
|
||||
}
|
||||
|
||||
return view;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user