mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 09:21:30 +02:00
* Notes on validation framework usage
This commit is contained in:
parent
b8c42810ea
commit
34a8bdae21
1 changed files with 2 additions and 1 deletions
|
@ -538,7 +538,8 @@ function FullScreenEditorModule(options) {
|
|||
this.mciReadyHandler = function(mciData, cb) {
|
||||
|
||||
self.createInitialViews(mciData, function viewsCreated(err) {
|
||||
|
||||
// :TODO: Can probably be replaced with @systemMethod:validateUserNameExists when the framework is in
|
||||
// place - if this is for existing usernames else validate spec
|
||||
self.viewControllers.header.on('leave', function headerViewLeave(view) {
|
||||
|
||||
if(2 === view.id) { // "to" field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue