Author: vdegtyarev
Date: Thu Jan 28 06:13:42 2016
New Revision: 1727251

URL: http://svn.apache.org/viewvc?rev=1727251&view=rev
Log:
OPENMEETINGS-1318 is fixed. First and last names is not shown when user exit 
from the restricted room

Modified:
    
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/restricted/restrictedUserListInner.lzx

Modified: 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/restricted/restrictedUserListInner.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/restricted/restrictedUserListInner.lzx?rev=1727251&r1=1727250&r2=1727251&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/restricted/restrictedUserListInner.lzx
 (original)
+++ 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/restricted/restrictedUserListInner.lzx
 Thu Jan 28 06:13:42 2016
@@ -114,6 +114,8 @@
                for (var i = 0; i < this._table.renderList.length; ++i) {
                        if (this._table.renderList[i].publicSID == publicSID) {
                                this._table.renderList.splice(i,1);
+                               var item = 
this._table._innerlist._inn._inn.subviews[i];
+                               item.destroy();
                                break;
                        }
                }


Reply via email to