mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 17:55:06 +02:00
Add getViewsByMciCode()
* Store MCI code in View when created from MCI * Allow retrieval by MCI code
This commit is contained in:
parent
cb8d331415
commit
d244cd25fa
2 changed files with 24 additions and 6 deletions
|
@ -199,5 +199,9 @@ MCIViewFactory.prototype.createFromMCI = function(mci) {
|
|||
break;
|
||||
}
|
||||
|
||||
if(view) {
|
||||
view.mciCode = mci.code;
|
||||
}
|
||||
|
||||
return view;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue