Author: solomax
Date: Sun Oct 12 13:41:57 2014
New Revision: 1631177
URL: http://svn.apache.org/r1631177
Log:
Invited person name is fixed
Modified:
openmeetings/branches/3.0.x/WebContent/src/modules/invitation/invitationQuickLoader.lzx
Modified:
openmeetings/branches/3.0.x/WebContent/src/modules/invitation/invitationQuickLoader.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/invitation/invitationQuickLoader.lzx?rev=1631177&r1=1631176&r2=1631177&view=diff
==============================================================================
---
openmeetings/branches/3.0.x/WebContent/src/modules/invitation/invitationQuickLoader.lzx
(original)
+++
openmeetings/branches/3.0.x/WebContent/src/modules/invitation/invitationQuickLoader.lzx
Sun Oct 12 13:41:57 2014
@@ -118,7 +118,8 @@
var invitee = canvas.thishib.currentInvitation.invitee;
var email = invitee.adresses.email;
var fName = invitee.firstname == null ? "" :
invitee.firstname;
- var lName = invitee.lastname == null ? email :
invitee.lastname;
+ var lName = invitee.lastname == null ||
invitee.lastname == "" ? email : invitee.lastname;
+ //if ($debug) Debug.write("!!!!!!!!!!! invitee :: ",
invitee);
canvas.setAttribute('currentuser', email);
canvas.setAttribute('user_id', -invitee.user_id);